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

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

Merge "Fix an incorrect OomAdjusterImpl computeConnectionsLSP() comment." into main

parents 371470ef f4f59226
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -820,7 +820,7 @@ public class OomAdjusterImpl extends OomAdjuster {
            proc = mProcessRecordProcStateNodes.poll();
        }

        // 2st pass, iterate all nodes in order of procState importance.
        // 2nd pass, iterate all nodes in order of adj importance.
        proc = mProcessRecordAdjNodes.poll();
        while (proc != null) {
            mTmpOomAdjusterArgs.mApp = proc;