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

Commit d3691746 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix LRU order in mLruProcesses in ProcessList.java" into main

parents c2d1ac37 fc776f80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3769,7 +3769,7 @@ public final class ProcessList {
                    boolean hasActivity = false;
                    int connUid = 0;
                    int connGroup = 0;
                    while (i >= bottomI) {
                    while (subProc.info.uid != uid) {
                        mLruProcesses.remove(i);
                        mLruProcesses.add(endIndex, subProc);
                        if (DEBUG_LRU) Slog.d(TAG_LRU,