1.ANR概念 2.ANR发生场景 Android开发者官网 上说到了两个原因:(1)点击按键或者触摸屏幕等输入事件在5s内没有响应:(2)10s内没有完成广播事件.如下所示: Android will display the ANR dialog for a particular application when it detects one of the following conditions: ● No response to an input event (such as key pr…