Skip to content
Commit 31b15473 authored by Keun young Park's avatar Keun young Park
Browse files

bgdexopt: fix deadlock between dump and dexopt thread

- Calling JobScheduler API under mLock leads into accessing
  PMS lock which is held when dump is called from PMS.
  : This leads into deadlock.
- Call JobScheduler outside mLock as that is safe without
  mLock.

Bug: 213945104
Test: run bgdexopt CTS which runs dump and dexopt thread.
Change-Id: I3aabd18e6ec1ec7e158eb008b90dee90b8621c60
parent 6e1621b2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment