-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Android 0.4.5.1 ANR #986
Comments
@ bbcallen 测试机型:小米note,IUNI3 |
Can you provide the ANR trace log? |
@bbcallen 不知这些信息够不够 JNI: CheckJNI is off; workarounds are off; pins=0; globals=452 DALVIK THREADS: "main" prio=5 tid=1 NATIVE |
@bbcallen 请问这个问题估计什么时候能够解决?或者给我一些解决的建议,我自己试试解决一下 |
read_thread() was waiting for some other thread to exit. |
@bbcallen 真的好惭愧,C语言完全不懂啊。还是得拜托你们来解决了。请问这个问题估计什么时候能解决。 |
@liuyuejinqiu 你是不是多次调用了 .stopPlayback .stop 方法 |
这个问题怎么关了,是不存在么 ? 我跑monkey的时候也有log指向了release方法导致ANR。 @ctiao |
我也遇到了同样的问题,只是偶尔能遇到这样的问题 |
请问有解决方式吗,辛苦。 |
请问有解决方案吗? |
播放在线视频,在设置视频地址之后,视频能够播放之前,按返回键调用stop方法,finish Activity 会出现卡死现象,导致ANR 。
The text was updated successfully, but these errors were encountered: