[Launcher Jank] Schedule LauncherApps#getAppUsageLimit on single bg thread
b/336326937 shows that getAppUsageLimit is being called a lot and it's scheduled on a thread pool, which is causing quite a lot of contention and should be scheduled on a single thread Fix: 336326937 Flag: NONE Test: presubmit Change-Id: Ie041e72f2bff9f5d2dbfa4ce3c63a4bb2e5b08d4
Loading
Please register or sign in to comment