-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
java.lang.IllegalStateException #1505
Comments
有办法复现吗??上述的log看不出代码位置是什么异常? |
没办法复现,是从bugly上收集到这10多个崩溃,这是我的初始化代码,看看能不能从这里看出问题:
// .setRotateViewAuto(false)
// super.onClickStartIcon(url, objects);
//================================================================== |
有没可能是退到后台的时候,被系统回收导致的,或者后台播放时选择导致的。 |
应该不是这个限制导致的问题,从崩溃信息来看,5.1的系统上也会存在这种问题 |
目前看起来没看出问题,希望可以找到复现步骤 |
我的也会出现这样的情况 |
java.lang.IllegalStateException |
如何复现?哪个版本 |
魅族m3note Android5.1 直接点击播放会出现这样的问题。 |
|
华为荣耀V9 自动滚动播放列表,使用的系统播放器问题 |
下面是bugly收集上来崩溃信息,
1 android.media.MediaPlayer.getVideoHeight(Native Method)
2 tv.danmaku.ijk.media.player.AndroidMediaPlayer.getVideoHeight(Unknown Source:2)
3 com.shuyu.gsyvideoplayer.player.SystemPlayerManager.getVideoHeight(Unknown Source:6)
4 com.shuyu.gsyvideoplayer.GSYVideoBaseManager.getVideoHeight(Unknown Source:6)
5 com.shuyu.gsyvideoplayer.video.base.GSYVideoView.getCurrentVideoHeight(Unknown Source:10)
6 com.shuyu.gsyvideoplayer.video.base.GSYBaseVideoPlayer.isVerticalVideo(Unknown Source:3)
7 com.shuyu.gsyvideoplayer.video.base.GSYBaseVideoPlayer.isVerticalFullByVideoSize(Unknown Source:0)
8 com.shuyu.gsyvideoplayer.utils.OrientationUtils$1.onOrientationChanged(Unknown Source:52)
9 android.view.OrientationEventListener$SensorEventListenerImpl.onSensorChanged(OrientationEventListener.java:157)
10 android.hardware.SystemSensorManager$SensorEventQueue.dispatchSensorEvent(SystemSensorManager.java:851)
11 android.os.MessageQueue.nativePollOnce(Native Method)
12 android.os.MessageQueue.next(MessageQueue.java:379)
13 android.os.Looper.loop(Looper.java:144)
14 android.app.ActivityThread.main(ActivityThread.java:7425)
15 java.lang.reflect.Method.invoke(Native Method)
16 com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:245)
17 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:921)
机型集中在华为手机:
The text was updated successfully, but these errors were encountered: