commit | 802ef29d5858113a7895e29f8ae41489a0e2dfd3 | [log] [tgz] |
---|---|---|
author | Philip P. Moltmann <moltmann@google.com> | Tue Apr 09 13:38:07 2019 -0700 |
committer | Hai Zhang <zhanghai@google.com> | Mon Jan 13 12:41:07 2020 -0800 |
tree | 1cd39d7d4afcec54d73bff7a263e769730bd376e | |
parent | 31bbebe17926d88af28faa405d795b2b89748943 [diff] |
DO NOT MERGE SetMode: Don't call into PM with AppOps lock held In the setmode paths do not call into package manager with the app-ops lock held. Otherwise we might get dead-locks then someone calls into app-ops manager with the package manager lock held. Test: Booted and saw no errors from the changed code Bug: 124731615 Bug: 146463528 Bug: 146590200 Change-Id: If074bed1bd246a81791a7d9fd656f42f1a755495 (cherry picked from commit ec142a52fe6da0a18a1274249ae452cc5a8669fa)