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

Commit 55e73cbf 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...

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8988e285826214d8a127e3b6a02498f4ad5d57f8
parents b9822619 f8c208d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -484,7 +484,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);
            }
        }