Crash: NullPointerException on resume in MediaView (ExoPlayer) · Issue #178 · cygnusx-1-org/Slide · GitHub
More Web Proxy on the site http://driver.im/
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
04-18 09:35:23.704 15720 15720 E AndroidRuntime: FATAL EXCEPTION: main
04-18 09:35:23.704 15720 15720 E AndroidRuntime: Process: me.edgan.redditslide, PID: 15720
04-18 09:35:23.704 15720 15720 E AndroidRuntime: java.lang.RuntimeException: Unable to resume activity {me.edgan.redditslide/me.edgan.redditslide.Activities.MediaView}: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.google.android.exoplayer2.SimpleExoPlayer.play()' on a null object reference
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:5721)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:5764)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:64)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:60)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeLifecycleItem(TransactionExecutor.java:230)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeTransactionItems(TransactionExecutor.java:112)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:86)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2902)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:107)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:282)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at android.os.Looper.loop(Looper.java:387)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9500)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:600)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1005)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.google.android.exoplayer2.SimpleExoPlayer.play()' on a null object reference
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at me.edgan.redditslide.Views.ExoVideoView.play(ExoVideoView.java:308)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at me.edgan.redditslide.Activities.MediaView.onResume(MediaView.java:134)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1740)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at android.app.Activity.performResume(Activity.java:9361)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:5703)
04-18 09:35:23.704 15720 15720 E AndroidRuntime: ... 14 more
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: