我得到了一个ANR报告,它可以由用户在我没有的设备上重现。但是,我在自己的代码中看不到线程问题,只看到下面的代码。(__epoll_pwait+20)native: #02 pc 000121cd/system/lib/libc.so (epoll_wait+6)
native: #03 pc 00010f23 /system&
我在应用程序中添加了防火墙云消息。当收到数据消息时,我在当前活动中调用一个方法。该方法包括一个截击后请求。Input dispatching timed out (Waiting to send key event because the focused window has not finished(__epoll_pwait+8)
#01 pc 000000000001f6c0 /system
有时在与SQLite交互时获得ANR。不是崩溃,而是ANR。找不到类似的ANR。它看起来像是在等待本机代码中的互斥。也许这甚至不是SQLite,因为这句话。Java_android_util_Log_isLoggable__Ljava_lang_String_2I+116) at android.util.Log.isLoggable(本地方法)
有什么