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

Commit b883dda4 authored by Christopher Tate's avatar Christopher Tate
Browse files

Turn on debug logs for alarm batching

Bug 9965704

Change-Id: I18111682664a069c2dc4fd956df49a02e2c455a8
parent eb632544
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";