summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Mautner <cmautner@google.com>2015-01-27 01:41:15 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-01-27 01:41:15 +0000
commit603d30b1cfe7be61e4e352b58342b86e5cfb7612 (patch)
tree5db6d5f497619aad6d088d62766e65de2f22b39e
parentb3c06e49c8e286f8960be65c3e96934ea2ab8b49 (diff)
parent49880eeb00c71a2287db65717fd8a7ff5e87279d (diff)
downloadframeworks_base-603d30b1cfe7be61e4e352b58342b86e5cfb7612.zip
frameworks_base-603d30b1cfe7be61e4e352b58342b86e5cfb7612.tar.gz
frameworks_base-603d30b1cfe7be61e4e352b58342b86e5cfb7612.tar.bz2
Merge "Stop logging service starts and stops." into lmp-mr1-dev
automerge: 49880ee * commit '49880eeb00c71a2287db65717fd8a7ff5e87279d': Stop logging service starts and stops.
-rwxr-xr-xservices/core/java/com/android/server/am/ActiveServices.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/am/ActiveServices.java b/services/core/java/com/android/server/am/ActiveServices.java
index 6d28382..aefbf60 100755
--- a/services/core/java/com/android/server/am/ActiveServices.java
+++ b/services/core/java/com/android/server/am/ActiveServices.java
@@ -72,7 +72,7 @@ public final class ActiveServices {
static final boolean DEBUG_DELAYED_SERVICE = ActivityManagerService.DEBUG_SERVICE;
static final boolean DEBUG_DELAYED_STARTS = DEBUG_DELAYED_SERVICE;
static final boolean DEBUG_MU = ActivityManagerService.DEBUG_MU;
- static final boolean LOG_SERVICE_START_STOP = true;
+ static final boolean LOG_SERVICE_START_STOP = false;
static final String TAG = ActivityManagerService.TAG;
static final String TAG_MU = ActivityManagerService.TAG_MU;