commit | 787197749739886528b37617482ef1c422fba3c2 | [log] [tgz] |
---|---|---|
author | Jing Ji <jji@google.com> | Fri Jun 11 22:14:44 2021 -0700 |
committer | Jing Ji <jji@google.com> | Mon Jun 14 17:30:19 2021 -0700 |
tree | 4a0f48cb75f5b15630967d666761406bbd077844 | |
parent | 466698f9afc2b4930544c07776493d4bce915f24 [diff] |
Make IActivityManager.killPids asynchronized Currently it's only used by WMS, and the caller has held other locks before calling into this interface in which it'll require to acquire the AMS lock and thus results in potential deadlocks. Now making it asynchronized to untangle the locks here. BYPASS_INCLUSIVE_LANGUAGE_REASON=Legacy API name Bug: 188793757 Test: atest FrameworksServicesTests Change-Id: I5d1405eb3ef55ad683602335acebc78ff7e8d4c9