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

Commit 85c4b1d7 authored by Makoto Onuki's avatar Makoto Onuki Committed by Automerger Merge Worker
Browse files

Merge "Disable short-service debug log (stopship)" into udc-dev am: c2d56904 am: 0ae25c7c

parents 41029f24 0ae25c7c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -262,8 +262,7 @@ public final class ActiveServices {
    private static final boolean DEBUG_DELAYED_SERVICE = DEBUG_SERVICE;
    private static final boolean DEBUG_DELAYED_STARTS = DEBUG_DELAYED_SERVICE;

    // STOPSHIP(b/260012573) turn it off.
    private static final boolean DEBUG_SHORT_SERVICE = true; // DEBUG_SERVICE;
    private static final boolean DEBUG_SHORT_SERVICE = DEBUG_SERVICE;

    private static final boolean LOG_SERVICE_START_STOP = DEBUG_SERVICE;