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

Commit 2be49f02 authored by Santos Cordon's avatar Santos Cordon Committed by android-build-merger
Browse files

Merge "Remove debug logging from PowerManagerService." into oc-mr1-dev am: 73e6ff19

am: 9fc6d1fe

Change-Id: Ia02be206d460c1e84c860f64aebc396f004f940f
parents c4478d5b 9fc6d1fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -120,7 +120,7 @@ public final class PowerManagerService extends SystemService
        implements Watchdog.Monitor {
        implements Watchdog.Monitor {
    private static final String TAG = "PowerManagerService";
    private static final String TAG = "PowerManagerService";


    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;
    private static final boolean DEBUG_SPEW = DEBUG && true;
    private static final boolean DEBUG_SPEW = DEBUG && true;


    // Message: Sent when a user activity timeout occurs to update the power state.
    // Message: Sent when a user activity timeout occurs to update the power state.