commit | 950bcbd7bc7724d7adaac477c0da0a4d22922b89 | [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 | 35afc9d36ff7a34d80f808f0890fc7b0e2f12395 [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>