Merge "Remove debug logging from PowerManagerService." into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
73e6ff1925
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user