commit | ecc41db6d278f84582f504c2527f46088d5bd97b | [log] [tgz] |
---|---|---|
author | Alan Viverette <alanv@google.com> | Wed Mar 02 10:47:14 2016 -0500 |
committer | Alan Viverette <alanv@google.com> | Wed Mar 02 10:53:06 2016 -0500 |
tree | 007487944822ba5102efc75b3d89ab30bffacc43 | |
parent | cc3cae5edfd41336697c33c82b52a289896d35f7 [diff] |
Check process state when killing background processes for density Previously, we were not killing many processes because we weren't in an actual OOM condition. This CL moves the background killing rules to a separate method and checks the process state. This removes the OOM adjustment check and *will* kill persistent processes. Bug: 27397233 Change-Id: Ibc21e97cfc729a0835e613095acd9a4b648906d8