commit | f192273e55e8cfa55dc6625ffdf4b8cf7dec9c15 | [log] [tgz] |
---|---|---|
author | Song Chun Fan <schfan@google.com> | Thu Oct 24 20:22:05 2024 +0000 |
committer | Song Chun Fan <schfan@google.com> | Thu Oct 24 20:22:05 2024 +0000 |
tree | 752793bf25f8dc74d93d365000d0b3407d1af5e1 | |
parent | c4b3da5227818271ab1b4c73e7c2e6c6532ddb4b [diff] |
[pm] reduce lock contention on createSession mInstallerUid doesn't need to be locked and it has been changed to volatile since ag/14040815. Removing the synchronized block so that the creation of one session is not blocked by the validation of another. Change-Id: Ife08af651656a81a59be0c1ffb2a30a84e390f8c BUG: 319178414 FIXES: 319178414 Test: n/a FLAG: EXEMPT bug fix