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

Commit 4274a6d9 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Add more log to track down the "idle until changed" issue.

Bug 34724174
Test: Tested manually with intentionally adding a bug.

Change-Id: I1789285068203b22ce271180667eb9cb1eb0b182
parent 035aaddb
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1239,6 +1239,11 @@ class AlarmManagerService extends SystemService {
                    mAllowWhileIdleDispatches.add(ent);
                }
            }
            if ((mPendingIdleUntil != a) && (mPendingIdleUntil != null)) {
                Slog.wtfStack(TAG, "setImplLocked: idle until changed from " + mPendingIdleUntil
                        + " to " + a);
            }

            mPendingIdleUntil = a;
            mConstants.updateAllowWhileIdleMinTimeLocked();
            needRebatch = true;