commit | 76869970794c1d698935951263814b49e1a52d7d | [log] [tgz] |
---|---|---|
author | Fengjiang Li <fengjial@google.com> | Mon Apr 22 11:20:02 2024 -0700 |
committer | Fengjiang Li <fengjial@google.com> | Mon Apr 22 11:24:04 2024 -0700 |
tree | 51a206423f8d779f644216089cc1d0e304b416ae | |
parent | 77d3524b1b010acba07b55bd94f65c6dc9ccd5c9 [diff] |
[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