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

Commit ac342d38 authored by Joe LaPenna's avatar Joe LaPenna Committed by Android (Google) Code Review
Browse files

Merge "Disable debugging for device idle in wear branch DO NOT MERGE ANYWHERE" into cw-e-dev

parents 31519f63 818c3797
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;