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

Commit ce82497f 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

am: 40d13af8

Change-Id: I4d4635f815ffa69df675befd8e9564623dd15cee
parents 7216def3 40d13af8
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;
                    }