ANRs are a problem because the app’s main thread, which is responsible for updating the UI, can’t process user input events or draw, causing frustration to the user.
anr问题是因为负责更新UI的应用程序主线程无法处理用户输入事件或绘制
,这给用户造成了困扰。
导出手机anr文件分析
adb root
adb shell ls /data/anr
adb pull /data/anr/<filename>
1.华为手机ANR 拉取提示permission denied 的解决方法
执行adb bugreport命令
会在当前目录生成一个压缩包,解压后, 在FS/data/anr下就有我们需要的traces文件辣
网友评论