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

Commit 21119c4e authored by Makoto Onuki's avatar Makoto Onuki Committed by android-build-merger
Browse files

Merge "Add more log to track down the "idle until changed" issue." into oc-dev

am: ba5c2d3e

Change-Id: Ibf74cfc80511d6167c134d7e86e8e59921dc90c7
parents f38aa207 ba5c2d3e
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;