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

Commit bad21e35 authored by Kenichi Ishibashi's avatar Kenichi Ishibashi Committed by android-build-merger
Browse files

Merge "Use isolated uid to set oom_score_adj" into oc-mr1-dev am: d60e2ede

am: 51bff32e

Change-Id: I361860c264ff6567f95531f7d5cf5aaf350ec84a
parents 3bbc4876 51bff32e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21864,7 +21864,7 @@ public class ActivityManagerService extends IActivityManager.Stub
        int changes = 0;
        if (app.curAdj != app.setAdj) {
            ProcessList.setOomAdj(app.pid, app.info.uid, app.curAdj);
            ProcessList.setOomAdj(app.pid, app.uid, app.curAdj);
            if (DEBUG_SWITCH || DEBUG_OOM_ADJ) Slog.v(TAG_OOM_ADJ,
                    "Set " + app.pid + " " + app.processName + " adj " + app.curAdj + ": "
                    + app.adjType);