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

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

Merge "Remove unnecessary interactive check from alarm dumpsys"

parents b6ff8364 0b05aa62
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -1841,6 +1841,7 @@ class AlarmManagerService extends SystemService {
                pw.print("  Time since non-interactive: ");
                TimeUtils.formatDuration(nowELAPSED - mNonInteractiveStartTime, pw);
                pw.println();
            }
            pw.print("  Max wakeup delay: ");
            TimeUtils.formatDuration(currentNonWakeupFuzzLocked(nowELAPSED), pw);
            pw.println();
@@ -1850,7 +1851,6 @@ class AlarmManagerService extends SystemService {
            pw.print("  Next non-wakeup delivery time: ");
            TimeUtils.formatDuration(nowELAPSED - mNextNonWakeupDeliveryTime, pw);
            pw.println();
            }

            long nextWakeupRTC = mNextWakeup + (nowRTC - nowELAPSED);
            long nextNonWakeupRTC = mNextNonWakeup + (nowRTC - nowELAPSED);