You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's auto report from crash-reporting-tool. The bug in recent versions. It's will let app crash.
Attempt to invoke interface method 'void com.google.android.exoplayer2.source.MediaSource$Listener.onSourceInfoRefreshed(com.google.android.exoplayer2.source.MediaSource, com.google.android.exoplayer2.Timeline, java.lang.Object)' on a null object reference
You're probably experiencing this NPE because your app is probably re-using MediaSource instances. As per the developer guide, you should not do this, although we will be removing this restriction in future versions (probably from 2.8.0).
Alternatively, it's possible that you're app is hitting #3796, which was fixed in 2.7.0.
It's auto report from crash-reporting-tool. The bug in recent versions. It's will let app crash.
Attempt to invoke interface method 'void com.google.android.exoplayer2.source.MediaSource$Listener.onSourceInfoRefreshed(com.google.android.exoplayer2.source.MediaSource, com.google.android.exoplayer2.Timeline, java.lang.Object)' on a null object reference
1 com.google.android.exoplayer2.source.ExtractorMediaSource.notifySourceInfoRefreshed(ExtractorMediaSource.java:380)
2 com.google.android.exoplayer2.source.ExtractorMediaSource.onSourceInfoRefreshed(ExtractorMediaSource.java:372)
3 com.google.android.exoplayer2.source.ExtractorMediaPeriod.maybeFinishPrepare(ExtractorMediaPeriod.java:555)
4 com.google.android.exoplayer2.source.ExtractorMediaPeriod.access$000(ExtractorMediaPeriod.java:51)
5 com.google.android.exoplayer2.source.ExtractorMediaPeriod$1.run(ExtractorMediaPeriod.java:153)
6 android.os.Handler.handleCallback(Handler.java:751)
7 android.os.Handler.dispatchMessage(Handler.java:95)
8 android.os.Looper.loop(Looper.java:159)
9 android.os.HandlerThread.run(HandlerThread.java:61)
The text was updated successfully, but these errors were encountered: