commit | 4f7cc8c3455b2a28984e2682c1b8075cb57d67fe | [log] [tgz] |
---|---|---|
author | Suren Baghdasaryan <surenb@google.com> | Thu Mar 02 14:12:49 2023 -0800 |
committer | Suren Baghdasaryan <surenb@google.com> | Fri Mar 03 00:11:13 2023 +0000 |
tree | ddda201cade53ede07258f4a209f93811abbed2f | |
parent | 8dab2ef586bb9d5bd1b1025a224be9eb6188e3f8 [diff] |
libprocessgroup: fix boot time performance regression The way processes are accounted in DoKillProcessGroupOnce has been changed recently, which affects retries in KillProcessGroup. More specifically, initialPid was not counted before and would not cause a retry with 5ms sleep. Restore previous behavior to avoid boot time regressions. Bug: 271198843 Signed-off-by: Suren Baghdasaryan <surenb@google.com> Change-Id: Ibc1bdd855898688a4a03806671e6ac31570aedf9