理解ANR的前世今生,解决ANR就是这么简单!
摘要:1. 什么是ANR? ANR(Application Not Responding)即应用程序无响应。 2. ANR产生的原因是什么? ANR产生的根本原因是APP阻塞了UI线程。在android系统中每个App只有一个UI线程,是在App创建时默认生成的,UI线程默认初始化了一个消息循环来处理UI
阅读全文
posted @ 2014-07-24 20:15
posted @ 2014-07-24 20:15
posted @ 2014-07-09 12:00