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

Commit 86b12dd7 authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Turn on debug logs for alarm batching"

parents ae2e26ee b883dda4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ class AlarmManagerService extends IAlarmManager.Stub {
    private static final String TAG = "AlarmManager";
    private static final String ClockReceiver_TAG = "ClockReceiver";
    private static final boolean localLOGV = false;
    private static final boolean DEBUG_BATCH = localLOGV || false;
    private static final boolean DEBUG_BATCH = localLOGV || true;
    private static final int ALARM_EVENT = 1;
    private static final String TIMEZONE_PROPERTY = "persist.sys.timezone";