diff options
| author | 2023-10-04 15:56:53 +0000 | |
|---|---|---|
| committer | 2023-10-04 15:56:53 +0000 | |
| commit | 30b9141a7ef36c1aeb87b691ce5e1124dfbaa09c (patch) | |
| tree | 588e8d30a3fe6587a0a1a58ab8bd727bff7fdd77 /api/api.go | |
| parent | 71dad5b6365a946582947c2e39e15501279cce3f (diff) | |
[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
Diffstat (limited to 'api/api.go')
0 files changed, 0 insertions, 0 deletions