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

Commit 4f981f32 authored by Santos Cordon's avatar Santos Cordon Committed by Jorim Jaggi
Browse files

Remove debug logging from PowerManagerService.

Previously set to true accidentally.
Bug: 66209945
Test: Manual

Change-Id: Ie34ff30b43107897cbffc6258cb6c3e867d5da2e
parent a762cae7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ public final class PowerManagerService extends SystemService
        implements Watchdog.Monitor {
    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;

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