Hello all,
I have a weird issue, my app runs properly but under some condition, the UI stops updating, touch does not working, tried to add more log in View and ViewGroup, and found at the last steps of handle touch, it post performClick to UI thread, but the performClick was not executed, so looks like the whole UI thread is not polling the new task to run, but when we touch the app, we can see the touch event printed on UI thread, anyone has any idea about this issue?
Thanks!