Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 4e729acd authored by Alex Buynytskyy's avatar Alex Buynytskyy
Browse files

PackageManager Handler Thread Priorities adjustment.

Primary handler thread priority changed to DEFAULT from BACKGROUND.
Secondary handler thread priority changed to BACKGROUND from DEFAULT.

There are a few write* operations which include IO, but they are
executed under mLock and we want them to complete ASAP.
If at some point they are made lockless then we will move them to the
secondary thread.

Bug: 230521658
Fixes: 230521658
Test: presubmit
Change-Id: I4d0c6ea696e31976216c69b9be10a8f3f5efd833
parent 3ce32193
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