Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit ce4c0225 authored by Jacky Kao's avatar Jacky Kao
Browse files

Fixs the ANR issue

When doing the drag and drop an app from the Taskbar, the dragState
will hold the wm global lock to sync the input state through the
surface flinger which callbacks the windows through the
onWindowInfoChanged. If we also hold the same lock in the
onWindowInfoChanged, then the ANR will happen.

To fix this ANR issue, we need to post a message and then handle
the windowInfo data.

Bug: 221497060
Test: a11y CTS & unit tests
Change-Id: Ib655546f5810e357fa45419ece32e9e742b6506c
parent 081a7c61
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment