commit | 9ce298664e7efcf3e54e834d50be251af16176ea | [log] [tgz] |
---|---|---|
author | Todd Kennedy <toddke@google.com> | Mon Aug 13 14:03:23 2018 -0700 |
committer | Todd Kennedy <toddke@google.com> | Mon Aug 13 14:06:47 2018 -0700 |
tree | ab40d4f5e931a94e73a1d6fef65109eb6cb80142 | |
parent | d77e2d1fca8ca4cbd14dbe663dbb96829ea76e09 [diff] |
Fix deadlock between package manager and settings We should not be calling up to the settings provider with the package manager lock held. Get the settings value prior to entering the package manager critical section. Change-Id: Idf7796a41872181a02295346cd0a523da55d4a15 Fixes: 112461688 Test: Manual