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

Commit b782c811 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix StatLogger indexing in alarm manager"

parents 90af0156 edcd193b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ public class AlarmManagerService extends SystemService {
    final ArrayList<IdleDispatchEntry> mAllowWhileIdleDispatches = new ArrayList();

    interface Stats {
        int REORDER_ALARMS_FOR_STANDBY = 1;
        int REORDER_ALARMS_FOR_STANDBY = 0;
    }

    private final StatLogger mStatLogger = new StatLogger("Alarm manager stats", new String[]{
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ public class BatchingAlarmStore implements AlarmStore {
    private AlarmClockRemovalListener mAlarmClockRemovalListener;

    interface Stats {
        int REBATCH_ALL_ALARMS = 1;
        int REBATCH_ALL_ALARMS = 0;
    }

    final StatLogger mStatLogger = new StatLogger("Alarm store stats", new String[]{