summaryrefslogtreecommitdiff
path: root/libs/input/PointerController.cpp
diff options
context:
space:
mode:
author Neil Fuller <nfuller@google.com> 2023-03-07 14:06:39 +0000
committer Neil Fuller <nfuller@google.com> 2023-03-07 14:20:29 +0000
commitdbfdb3f58981c68d503c3d59d1381b13881acbb8 (patch)
treebab360aa043afcd1b028e36d89d3416f65ba4b0e /libs/input/PointerController.cpp
parentc752ab59a2ca2e097b65c221f15ebf27d4ce429a (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