Loading services/core/java/com/android/server/am/OomAdjuster.java +5 −0 Original line number Diff line number Diff line Loading @@ -2864,6 +2864,11 @@ public class OomAdjuster { } } if (newAdj == clientAdj && app.isolated) { // Make bound isolated processes have slightly worse score than their client newAdj = clientAdj + 1; } if (adj > newAdj) { adj = newAdj; if (state.setCurRawAdj(adj, dryRun)) { Loading Loading
services/core/java/com/android/server/am/OomAdjuster.java +5 −0 Original line number Diff line number Diff line Loading @@ -2864,6 +2864,11 @@ public class OomAdjuster { } } if (newAdj == clientAdj && app.isolated) { // Make bound isolated processes have slightly worse score than their client newAdj = clientAdj + 1; } if (adj > newAdj) { adj = newAdj; if (state.setCurRawAdj(adj, dryRun)) { Loading