Loading services/core/java/com/android/server/AlarmManagerService.java +5 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
services/core/java/com/android/server/AlarmManagerService.java +5 −0 Original line number Diff line number Diff line Loading @@ -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; Loading