diff options
| author | Craig Mautner <cmautner@google.com> | 2015-01-27 01:41:15 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2015-01-27 01:41:15 +0000 |
| commit | 603d30b1cfe7be61e4e352b58342b86e5cfb7612 (patch) | |
| tree | 5db6d5f497619aad6d088d62766e65de2f22b39e | |
| parent | b3c06e49c8e286f8960be65c3e96934ea2ab8b49 (diff) | |
| parent | 49880eeb00c71a2287db65717fd8a7ff5e87279d (diff) | |
| download | frameworks_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-x | services/core/java/com/android/server/am/ActiveServices.java | 2 |
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; |
