diff options
| author | 2023-03-07 14:06:39 +0000 | |
|---|---|---|
| committer | 2023-03-07 14:20:29 +0000 | |
| commit | dbfdb3f58981c68d503c3d59d1381b13881acbb8 (patch) | |
| tree | bab360aa043afcd1b028e36d89d3416f65ba4b0e /libs/input/PointerController.cpp | |
| parent | c752ab59a2ca2e097b65c221f15ebf27d4ce429a (diff) | |
Stop blocking broadcast receiver thread
Stop blocking broadcast receiver thread during network operations.
This reverts part of a behavior change from commit 6bb629bb088.
That commit switched a BroadcastReceiver over to using a specific
handler (X) for some long-running work. That isn't the same behavior as
posting the work to handler X and returning immediately, and it can
cause an ANR if the work takes too long.
The behavior has been changed back to explicitly post work to the
handler and return.
Bug: 271951363
Test: build / boot / treehugger
Change-Id: I9aeaf200d19de97b5be909678aab8d5421cd11a4
Diffstat (limited to 'libs/input/PointerController.cpp')
0 files changed, 0 insertions, 0 deletions