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

Commit 48103dc3 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am abe49daf: am 8fe79f66: Merge "Turn off verbose wakeup-alarm stats" into klp-dev

* commit 'abe49daf':
  Turn off verbose wakeup-alarm stats
parents db8b920f abe49daf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ class AlarmManagerService extends IAlarmManager.Stub {
            = new Intent().addFlags(Intent.FLAG_FROM_BACKGROUND);
    private static final IncreasingTimeOrder sIncreasingTimeOrder = new IncreasingTimeOrder();
    
    private static final boolean WAKEUP_STATS = true;
    private static final boolean WAKEUP_STATS = false;

    private final Context mContext;