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

Commit f8c208d0 authored by Jing Ji's avatar Jing Ji Committed by Automerger Merge Worker
Browse files

Merge "[Bugfix] Fix the wrong lastBackgroundTime in UidRecord" am: 3d455315 am: 1eb96f85

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1536309

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ifb1a6e643563098ffa29fc64c5d95fb3a30ac65f
parents 206c6621 1eb96f85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -387,7 +387,7 @@ public final class OomAdjuster {
                ActiveUids uids = mTmpUidRecords;
                uids.clear();
                uids.put(uidRec.uid, uidRec);
                updateUidsLocked(uids, now);
                updateUidsLocked(uids, SystemClock.elapsedRealtime());
                mProcessList.incrementProcStateSeqAndNotifyAppsLocked(uids);
            }
        }