OSDN Git Service

Whoops, not yet time to be an error.
authorDianne Hackborn <hackbod@google.com>
Tue, 6 Aug 2013 02:07:41 +0000 (19:07 -0700)
committerDianne Hackborn <hackbod@google.com>
Tue, 6 Aug 2013 02:07:41 +0000 (19:07 -0700)
Change-Id: I869026e1ad33b891010d556150f0b83fa97c4ac4

core/java/android/app/ContextImpl.java

index 60c0288..9faaace 100644 (file)
@@ -1448,7 +1448,7 @@ class ContextImpl extends Context {
                 if (getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.KEY_LIME_PIE) {
                     IllegalArgumentException ex = new IllegalArgumentException(
                             "Service Intent must be explicit: " + service);
-                    Log.wtf(TAG, "This will become an error", ex);
+                    Log.e(TAG, "This will become an error", ex);
                     //throw ex;
                 }
             }
@@ -1480,7 +1480,7 @@ class ContextImpl extends Context {
                 if (getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.KEY_LIME_PIE) {
                     IllegalArgumentException ex = new IllegalArgumentException(
                             "Service Intent must be explicit: " + service);
-                    Log.wtf(TAG, "This will become an error", ex);
+                    Log.e(TAG, "This will become an error", ex);
                     //throw ex;
                 }
             }
@@ -1523,7 +1523,7 @@ class ContextImpl extends Context {
             if (getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.KEY_LIME_PIE) {
                 IllegalArgumentException ex = new IllegalArgumentException(
                         "Service Intent must be explicit: " + service);
-                Log.wtf(TAG, "This will become an error", ex);
+                Log.e(TAG, "This will become an error", ex);
                 //throw ex;
             }
         }