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

Commit f4f59226 authored by David Riley's avatar David Riley
Browse files

Fix an incorrect OomAdjusterImpl computeConnectionsLSP() comment.

Bug: 346822474
Test: make
Flag: EXEMPT comment fix
Change-Id: Ifa32a1493961b0a41e2b6eede180c5a00c980b56
parent e8402bc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -807,7 +807,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;