commit | 6ca2a219d9d54039e4ffc046778d0314a3f2521b | [log] [tgz] |
---|---|---|
author | Jernej Virag <jernej@google.com> | Mon Mar 07 12:22:54 2022 +0100 |
committer | Jernej Virag <jernej@google.com> | Thu Jun 02 09:30:26 2022 +0000 |
tree | 0e409c76ad3d83e27074ac05e4fa60ca67fbfb39 | |
parent | 2d0168744a2e4147a0c1bbc62ac71baf48098c43 [diff] |
Remove main thread sendBroadcast calls sendBroadcast ends up with a synchronous Binder call which can block main thread. This moves multiple broadcast calls to background thread to avoid jank. Bug: 234306007 Bug: 221339831 Test: Unit tests Change-Id: Ibfb7ea6302a0723c5c01cae3afe4e66395cd1f50 Merged-In: Ibe76a70e08c9bfefc7ff23806089957f17514c31