Loading services/core/java/com/android/server/power/PowerManagerService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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. Loading Loading
services/core/java/com/android/server/power/PowerManagerService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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. Loading