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

Commit 818c3797 authored by Joe LaPenna's avatar Joe LaPenna
Browse files

Disable debugging for device idle in wear branch DO NOT MERGE ANYWHERE

BUG: 23753686

Change-Id: Ia75046df38ebb8630e1b5ea1709bfe63eb8f177e
parent f99986ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ public class DeviceIdleController extends SystemService
        implements AnyMotionDetector.DeviceIdleCallback {
    private static final String TAG = "DeviceIdleController";

    private static final boolean DEBUG = true;  // STOPSHIP
    private static final boolean DEBUG = false;

    private static final boolean COMPRESS_TIME = false;