commit | 26614d0076ed87a5306cd256241de7f387d99eec | [log] [tgz] |
---|---|---|
author | Suren Baghdasaryan <surenb@google.com> | Thu Sep 19 15:27:21 2019 -0700 |
committer | Suren Baghdasaryan <surenb@google.com> | Mon Sep 30 16:54:55 2019 +0000 |
tree | 2dde0470d724ddd615be87e55bc632535e120675 | |
parent | 8e4d12838bb90ba1f1c51b1178755e87e40296a0 [diff] |
lmkd: Prevent killing foreground processes due to thrashing Page cache thrashing affects device performance and by killing a process we try to stop it. However if the thrashing application is the one which user is interacting with then lmkd should not kill it even though it might affect device performance. Bug: 141286980 Test: SequentialRWTest CTS test Change-Id: If86c0e7e8ad9adf1816659562151ca083eaa65c4 Signed-off-by: Suren Baghdasaryan <surenb@google.com>