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

Commit e2468283 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

am: 21119c4e

Change-Id: I80623f0f471b7c206da24fd7347dfb472a156ab8
parents f316c991 21119c4e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1276,6 +1276,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;