android出现anr(application not response)的分析
Posted yongfengnice
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android出现anr(application not response)的分析相关的知识,希望对你有一定的参考价值。
1. 导出traces.txt文件,该文件记录anr信息
adb pull /data/anr/traces.txt ./traces.txt
就会将手机目录/data/anr/traces.txt文件导出到当前目录下,文件名称为traces.txt
2. 搜索 "main" 关键字,从"main"开始分析,很容易看出原因的
以上是关于android出现anr(application not response)的分析的主要内容,如果未能解决你的问题,请参考以下文章