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

Skip to content
Commit 30b9141a authored by Caitlin Shkuratov's avatar Caitlin Shkuratov
Browse files

[SB][Wifi] Create a dedicated thread for WifiTrackerLib.

WifiTrackerLib operations can take 10-20s on startup. If those
operations use the background handler, then it blocks all other
background operations because we currently only have 1 thread for all
background handler tasks. This creates a separate thread for
WifiTrackerLib so it doesn't block other operations.

Fixes: 299571835
Test: restart device & quickly open QS -> verify tiles load correctly
Test: atest AccessPointControllerImplTest
WifiRepositoryViaTrackerLibTest

Change-Id: I4900fc61b9151f63a775d9a1c49d3dbcafca1d87
parent 71dad5b6
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