commit | 4cc2a1c0ac313455a62e2e25890b0ce448d4910b | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Tue Jan 21 14:40:21 2020 +0100 |
committer | Martijn Coenen <maco@google.com> | Tue Jan 21 14:47:34 2020 +0100 |
tree | d88c5207171b9c4649613df60eb5d9900a63bbaf | |
parent | 79150a0ad160d1844363e258d5af32fbf07698f7 [diff] |
Kill AppZygote when a package is removed with DONT_KILL. When a package is being removed with DONT_KILL, we should still kill any App Zygote instances that may be running, since they are referring to old code, and will not be able to spawn any new processes anyway. New service requests will automatically spawn a new app zygote process. Bug: 144095172 Test: Manual test with Chrome Change-Id: I2e5de604312bb7739ba3ef6abb63d534c74522f2