Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9851d038 authored by Craig Mautner's avatar Craig Mautner
Browse files

Stop logging service starts and stops.

Completes work on bug 18201239.

Change-Id: I80686351ac91e48bf113976a000b351b423d8dd2
parent 09dff843
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -72,7 +72,7 @@ public final class ActiveServices {
    static final boolean DEBUG_DELAYED_SERVICE = ActivityManagerService.DEBUG_SERVICE;
    static final boolean DEBUG_DELAYED_SERVICE = ActivityManagerService.DEBUG_SERVICE;
    static final boolean DEBUG_DELAYED_STARTS = DEBUG_DELAYED_SERVICE;
    static final boolean DEBUG_DELAYED_STARTS = DEBUG_DELAYED_SERVICE;
    static final boolean DEBUG_MU = ActivityManagerService.DEBUG_MU;
    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 = ActivityManagerService.TAG;
    static final String TAG_MU = ActivityManagerService.TAG_MU;
    static final String TAG_MU = ActivityManagerService.TAG_MU;