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

Commit 40d13af8 authored by Amith Yamasani's avatar Amith Yamasani Committed by android-build-merger
Browse files

Merge "Fix a regression in setting oom_adj for cached processes" into qt-dev

am: 4025715b

Change-Id: Ic9f15ba600f34307d31c88eb11017e5a59f79ea8
parents c982441e 4025715b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -431,7 +431,7 @@ public final class OomAdjuster {
            for (int i = 0; i < N; i++) {
                ProcessRecord app = mProcessList.mLruProcesses.get(i);
                if (!app.killedByAm && app.thread != null && app.containsCycle == true) {
                    if (computeOomAdjLocked(app, ProcessList.UNKNOWN_ADJ, TOP_APP, true, now,
                    if (computeOomAdjLocked(app, app.getCurRawAdj(), TOP_APP, true, now,
                            true)) {
                        retryCycles = true;
                    }