commit | 68cfa27584f7e49efe8e36991ffe430de82bf4fa | [log] [tgz] |
---|---|---|
author | Suren Baghdasaryan <surenb@google.com> | Wed Oct 10 14:17:17 2018 -0700 |
committer | Suren Baghdasaryan <surenb@google.com> | Wed Oct 10 22:11:23 2018 +0000 |
tree | 7a485da2d7264ff638165566b2b531f0f29a71a3 | |
parent | 2aa297f7ea16e7b780d40fe80cd15352d16f837e [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>