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

Commit a8e64905 authored by James Lemieux's avatar James Lemieux
Browse files

Bump logging priority to track down rare instantaneous dismiss of alarms

Bug: 32369608
Change-Id: I65b68677251bd3e2f96a5a0aa36df1991a71d1c9
parent cc29a79c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1016,7 +1016,7 @@ public final class AlarmStateManager extends BroadcastReceiver {
        public void scheduleInstanceStateChange(Context context, Calendar time,
                AlarmInstance instance, int newState) {
            final long timeInMillis = time.getTimeInMillis();
            LogUtils.v("Scheduling state change %d to instance %d at %s (%d)", newState,
            LogUtils.i("Scheduling state change %d to instance %d at %s (%d)", newState,
                    instance.mId, AlarmUtils.getFormattedTime(context, time), timeInMillis);
            final Intent stateChangeIntent =
                    createStateChangeIntent(context, ALARM_MANAGER_TAG, instance, newState);