Reason: Input dispatching timed out (Waiting to send key event because the focused window has not finished processing all of the input events that were previously delivered to it. Outbound queue length: 0. Wait queue length: 1.)

使用adb命令把文件保存到本地,分析文件得出解决方案
adb pull data/anr/traces.txt

本文针对输入调度超时问题,提供了一种通过分析ADB拉取的traces.txt文件来解决ANR(应用程序无响应)问题的方法。
821





