commit | e3b6047e0d4e798a25968207d1dfc6884d1a5c90 | [log] [tgz] |
---|---|---|
author | Suren Baghdasaryan <surenb@google.com> | Wed Oct 10 14:17:17 2018 -0700 |
committer | Suren Baghdasaryan <surenb@google.com> | Mon Oct 15 16:22:17 2018 +0000 |
tree | 52c38d49268ecc7dc23577f754f85197d255fbb2 | |
parent | 6853a187e37b541fb536154cc6a6057dae1e916a [diff] |
lmkd: Implement pid purge command to clear old pids when zygote restarts lmkd keeps a list of pids registered by ActivityManager, however on rare occasions when framework restarts and lmkd survives that list has to be purged. Implement a command that can be used to clear the pid list. Bug: 116801366 Test: locally by killing zygote process Change-Id: I71d6012f86bb83a73edd5b687e05a0848e0569b1 Signed-off-by: Suren Baghdasaryan <surenb@google.com>