summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe LaPenna <jlapenna@google.com>2015-09-02 11:54:21 -0700
committerJoe LaPenna <jlapenna@google.com>2015-09-02 18:56:37 +0000
commit93e6673856a0b851ca5074ae11e6f0635fb3eba9 (patch)
treebaced2822c7dd6521b931da4c674c383fee7b51a
parent23d681bb90a4c70d47da895c883b1fdc0854d49a (diff)
downloadframeworks_base-93e6673856a0b851ca5074ae11e6f0635fb3eba9.zip
frameworks_base-93e6673856a0b851ca5074ae11e6f0635fb3eba9.tar.gz
frameworks_base-93e6673856a0b851ca5074ae11e6f0635fb3eba9.tar.bz2
Enable debugging for device idle in wear branch DO NOT MERGE ANYWHERE
BUG: 23753686 Change-Id: Ie28631a3abc68001a82a8324054c4480508d930f
-rw-r--r--services/core/java/com/android/server/DeviceIdleController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/DeviceIdleController.java b/services/core/java/com/android/server/DeviceIdleController.java
index 46fd28a..80e8d1c 100644
--- a/services/core/java/com/android/server/DeviceIdleController.java
+++ b/services/core/java/com/android/server/DeviceIdleController.java
@@ -98,7 +98,7 @@ public class DeviceIdleController extends SystemService
implements AnyMotionDetector.DeviceIdleCallback {
private static final String TAG = "DeviceIdleController";
- private static final boolean DEBUG = false;
+ private static final boolean DEBUG = true; // STOPSHIP
private static final boolean COMPRESS_TIME = false;