summaryrefslogtreecommitdiff
path: root/libs/hwui/renderthread/CacheManager.cpp
diff options
context:
space:
mode:
authordingxiaobo <dingxiaobo@xiaomi.com>2020-10-14 14:22:35 +0800
committerEric Arseneau <earseneau@google.com>2020-12-08 11:40:09 -0800
commitb36e928ad6ed2c4ae16d690075830e2c60a53239 (patch)
treefc08165478337e0a934e3424b76224c62be91d73 /libs/hwui/renderthread/CacheManager.cpp
parente4c7eb6265c238d6b76448d853c758f7a1544f48 (diff)
Avoid MotionEvent no finish raise unnecessary ANR
In Monkey test. if Trackball MotionEvent and FocusEvent come together. motionEvent will be put to batches , Didn't call onBatchedInputEventPending due to FocusEvent Return early. So the motionEvent would't be handled and finish, And the related inputChannel would't receive inputevents due to FocusWindow change. Finally raise unnecessary ANR. Change-Id: I0d48b28e446dc8bccd98932b4e07200276a38aa8 (cherry picked from commit af48e4d9b2d4083b47481c945c02d3ce051db92f)
Diffstat (limited to 'libs/hwui/renderthread/CacheManager.cpp')
0 files changed, 0 insertions, 0 deletions