-
Notifications
You must be signed in to change notification settings - Fork 952
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
偶现的播放视频导致崩溃的问题 #1095
Comments
日志信息: 701 3200 I QPlayer : postEventFromNative: 11020002, 1, 0104-01 18:52:48.385 701 3200 I @@@QCLOG: Info T9D376930 QCFuncLog L344 ----COMBoxMng::DoSeek leave! rc = 0. Used Time: 20 |
我也遇到这个问题了,你解决了么? 04-10 16:24:54.028 630 1967 E CrashHandler: UncaughtException detected: java.lang.NullPointerException: Attempt to read from field 'java.lang.Runnable com.qiniu.qplayer.mediaEngine.MediaPlayer$b.b' on a null object reference13904-10 16:24:54.028 630 1967 E CrashHandler: at com.qiniu.qplayer.mediaEngine.MediaPlayer$b.c(MediaPlayer.java:1665) |
java堆栈信息:
#00 pc 0021f68e /data/app/com.hhgk.tsang.smartadsystem-1/lib/arm/libQPlayer.so [armeabi-v7a]
2 #1 pc 0021f6a3 /data/app/com.hhgk.tsang.smartadsystem-1/lib/arm/libQPlayer.so [armeabi-v7a]
3 #2 pc 0021f679 /data/app/com.hhgk.tsang.smartadsystem-1/lib/arm/libQPlayer.so [armeabi-v7a]
4 #3 pc 0021eef1 /data/app/com.hhgk.tsang.smartadsystem-1/lib/arm/libQPlayer.so [armeabi-v7a]
5 #4 pc 0021eb55 /data/app/com.hhgk.tsang.smartadsystem-1/lib/arm/libQPlayer.so [armeabi-v7a]
6 #5 pc 0021eb1b /data/app/com.hhgk.tsang.smartadsystem-1/lib/arm/libQPlayer.so [armeabi-v7a]
7 #6 pc 0021f36b /data/app/com.hhgk.tsang.smartadsystem-1/lib/arm/libQPlayer.so (operator new(unsigned int)+70) [armeabi-v7a]
8 #7 pc 0021f3af /data/app/com.hhgk.tsang.smartadsystem-1/lib/arm/libQPlayer.so (operator new[](unsigned int)+4) [armeabi-v7a]
9 #8 pc 00040c25 /data/app/com.hhgk.tsang.smartadsystem-1/lib/arm/libQPlayer.so [armeabi-v7a]
10 #9 pc 0007ef03 /data/app/com.hhgk.tsang.smartadsystem-1/lib/arm/libQPlayer.so [armeabi-v7a]
11 #10 pc 0008b32d /data/app/com.hhgk.tsang.smartadsystem-1/lib/arm/libQPlayer.so [armeabi-v7a]
12 #11 pc 00c360ed /data/app/com.hhgk.tsang.smartadsystem-1/oat/arm/base.odex (oatexec+3068141) [armeabi]
13 java:
14 com.qiniu.qplayer.mediaEngine.MediaPlayer.b(MediaPlayer.java:366)
15 com.pili.pldroid.player.PLMediaPlayer.prepareAsync(PLMediaPlayer.java:210)
16 com.pili.pldroid.player.widget.a.a(PLBaseVideoView.java:661)
17 com.pili.pldroid.player.widget.a.setVideoURI(PLBaseVideoView.java:345)
18 com.pili.pldroid.player.widget.PLVideoTextureView.setVideoURI(PLVideoTextureView.java:21)
19 com.pili.pldroid.player.widget.a.setVideoURI(PLBaseVideoView.java:328)
20 com.pili.pldroid.player.widget.PLVideoTextureView.setVideoURI(PLVideoTextureView.java:21)
21 com.pili.pldroid.player.widget.a.setVideoPath(PLBaseVideoView.java:302)
22 com.pili.pldroid.player.widget.PLVideoTextureView.setVideoPath(PLVideoTextureView.java:21)
23 com.hhgk.tsang.smartadsystem.MainActivityNew.playVideo(MainActivityNew.java:1810)
24 com.hhgk.tsang.smartadsystem.MainActivityNew.playNormalAdItem(MainActivityNew.java:1539)
25 com.hhgk.tsang.smartadsystem.MainActivityNew.startPlayNormalAd(MainActivityNew.java:1432)
26 com.hhgk.tsang.smartadsystem.MainActivityNew.access$400(MainActivityNew.java:117)
27 com.hhgk.tsang.smartadsystem.MainActivityNew$19.onCompletion(MainActivityNew.java:1032)
The text was updated successfully, but these errors were encountered: