commit | a43b96c157d61f1d25b9a20cdd59eb77519175c7 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Wed Nov 15 07:47:05 2023 -0800 |
committer | Bart Van Assche <bvanassche@google.com> | Mon Nov 27 14:13:46 2023 -0800 |
tree | 7c53719387113a3c7b7d746fbaf9feb2313b9d12 | |
parent | 455fb82bf9418dcc15ddc985c489321b74b36846 [diff] |
libprocessgroup: Stop services that have been migrated to another v2 cgroup CL 2828279 doesn't do what it's description says that it does. Making Service::Stop() work for processes that have been migrated to another v2 cgroup requires changing DoKillProcessGroupOnce(). Hence this CL that removes the early return statements from DoKillProcessGroupOnce(). Bug: 308900853 Change-Id: Ib798555feeb95a786a619c3d7013c7d5829b01ad Signed-off-by: Bart Van Assche <bvanassche@google.com>