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

Commit 40db90c8 authored by Suprabh Shukla's avatar Suprabh Shukla Committed by Automerger Merge Worker
Browse files

Merge "Turn off device_idle_alarms logging" into sc-dev am: 7c98c28f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13428599

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Icdc25732c571bf3b5bffcb790f46ba865f94d0a7
parents 1f823eb0 7c98c28f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -151,8 +151,7 @@ public class AlarmManagerService extends SystemService {
    static final boolean DEBUG_BG_LIMIT = localLOGV || false;
    static final boolean DEBUG_STANDBY = localLOGV || false;
    static final boolean RECORD_ALARMS_IN_HISTORY = true;
    // TODO (b/178484639): Turn off once allow-while-idle revamp is completed.
    static final boolean RECORD_DEVICE_IDLE_ALARMS = true;
    static final boolean RECORD_DEVICE_IDLE_ALARMS = false;
    static final String TIMEZONE_PROPERTY = "persist.sys.timezone";

    static final int TICK_HISTORY_DEPTH = 10;