commit | ad65ba4dc9fce9911ff1182130275dc12838a38f | [log] [tgz] |
---|---|---|
author | Hai Zhang <zhanghai@google.com> | Mon Jan 11 09:54:31 2021 -0800 |
committer | Hai Zhang <zhanghai@google.com> | Mon Jan 11 09:58:44 2021 -0800 |
tree | b4d709d206c20e8208457e4c1088d963384ad51e | |
parent | bb45c563c4b28fecf07d5f88240da9271c9b49e8 [diff] |
Remove unnecessary locking that causes deadlock. This was moved from PackageManagerService but we forgot to remove the unnecessary synchronization on mLock, which will result in calling into package manager with the permission lock held. Fixes: 177178190 Test: presubmit Change-Id: I5b4a6a337e94e8483067cac5143e45d08b2eb983