Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ANR Input dispatching timed out,能看出什么问题吗? #300

Open
hanxiaofeng opened this issue Jun 5, 2019 · 0 comments
Open

ANR Input dispatching timed out,能看出什么问题吗? #300

hanxiaofeng opened this issue Jun 5, 2019 · 0 comments

Comments

@hanxiaofeng
Copy link

ANR Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 2. Wait queue head age: 13000.8ms.)

1 java.lang.String.equalsIgnoreCase(String.java:698)
2 org.json.JSONTokener.readLiteral(JSONTokener.java:290)
3 org.json.JSONTokener.nextValue(JSONTokener.java:111)
4 org.json.JSONTokener.readObject(JSONTokener.java:385)
5 org.json.JSONTokener.nextValue(JSONTokener.java:100)
6 org.json.JSONObject.(JSONObject.java:156)
7 org.json.JSONObject.(JSONObject.java:173)
8 com.ksy.statlibrary.log.LogClient.jsonCheck(LogClient.java:395)
9 com.ksy.statlibrary.log.LogClient.put(LogClient.java:349)
10 com.ksyun.media.streamer.logstats.StatsLogReport.a(StatsLogReport.java:1315)
11 com.ksyun.media.streamer.logstats.StatsLogReport.b(StatsLogReport.java:1332)
12 com.ksyun.media.streamer.logstats.StatsLogReport.reportError(StatsLogReport.java:672)
13 com.ksyun.media.streamer.publisher.RtmpPublisher$2.run(RtmpPublisher.java:324)
14 android.os.Handler.handleCallback(Handler.java:739)
15 android.os.Handler.dispatchMessage(Handler.java:95)
16 android.os.Looper.loop(Looper.java:135)
17 android.app.ActivityThread.main(ActivityThread.java:5280)
18 java.lang.reflect.Method.invoke(Native Method)
19 java.lang.reflect.Method.invoke(Method.java:372)
20 com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:963)
21 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:758)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant