摘要:
错误源头:HttpResponse response = httpClient.execute(httpget);错误信息:android.os.NetworkOnMainThreadExceptionat android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1117)at java.net.InetAddress.lookupHostByName(InetAddress.java:385)at java.net.InetAddress.getAllByNameImpl(InetAddress.java 阅读全文
posted @ 2013-07-30 14:37
雨知
阅读(13009)
评论(0)
推荐(1)
摘要:
一:什么是ANRANR:Application Not Responding,即应用无响应二:ANR的类型ANR一般有三种类型: 1. KeyDispatchTimeout(5 seconds) --主要类型按键或触摸事件在特定时间内无响应 2. BroadcastTimeout(10 seconds) --BroadcastReceiver在特定时间内无法处理完成 3. ServiceTimeout(20 seconds) --小概率类型 Service在特定的时间内无法处理完成三:KeyDispatchTimeoutAkey or touch event was not dispatche 阅读全文
posted @ 2013-07-30 14:25
雨知
阅读(71906)
评论(2)
推荐(9)
浙公网安备 33010602011771号