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

Commit 93e66738 authored by Joe LaPenna's avatar Joe LaPenna
Browse files

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

BUG: 23753686

Change-Id: Ie28631a3abc68001a82a8324054c4480508d930f
parent 23d681bb
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 = false;
    private static final boolean DEBUG = true;  // STOPSHIP

    private static final boolean COMPRESS_TIME = false;