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

Commit e893a562 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Turn off debug logging." into rvc-dev am: 4e9ac9dc am: 96d87345 am: bf64db60

Change-Id: I98dcd2fd55093fac62acc4febb8b42f190599abc
parents d709d31f bf64db60
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -130,7 +130,8 @@ import java.util.concurrent.CountDownLatch;
public class AppStandbyController implements AppStandbyInternal {
public class AppStandbyController implements AppStandbyInternal {


    private static final String TAG = "AppStandbyController";
    private static final String TAG = "AppStandbyController";
    static final boolean DEBUG = true;
    // Do not submit with true.
    static final boolean DEBUG = false;


    static final boolean COMPRESS_TIME = false;
    static final boolean COMPRESS_TIME = false;
    private static final long ONE_MINUTE = 60 * 1000;
    private static final long ONE_MINUTE = 60 * 1000;