Skip to content
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

Crash in VideoPlaybackService #38219

Open
SergeyZhukovsky opened this issue May 10, 2024 · 0 comments
Open

Crash in VideoPlaybackService #38219

SergeyZhukovsky opened this issue May 10, 2024 · 0 comments
Assignees
Labels
crash features/playlist OS/Android Fixes related to Android browser functionality priority/P2 A bad problem. We might uplift this to the next planned release. QA/No release-notes/exclude

Comments

@SergeyZhukovsky
Copy link
Member

I found that crash in Google Play Console on nightly 1.67.73

Exception java.lang.IllegalArgumentException:
  at androidx.media3.common.util.Assertions.checkArgument (Assertions.java:40)
  at androidx.media3.exoplayer.ExoPlayerImpl.moveMediaItems (ExoPlayerImpl.java:708)
  at androidx.media3.common.BasePlayer.moveMediaItem (BasePlayer.java:77)
  at com.brave.playlist.playback_service.VideoPlaybackService$Companion.reorderPlaylistItemModel (VideoPlaybackService.kt:95)
  at com.brave.playlist.fragment.PlaylistFragment.onViewCreated$lambda$2 (PlaylistFragment.java:153)
  at android.view.View.performClick (View.java:7558)
  at android.view.View.performClickInternal (View.java:7534)
  at android.view.View.-$$Nest$mperformClickInternal
  at android.view.View$PerformClick.run (View.java:29661)
  at android.os.Handler.handleCallback (Handler.java:942)
  at android.os.Handler.dispatchMessage (Handler.java:99)
  at android.os.Looper.loopOnce (Looper.java:240)
  at android.os.Looper.loop (Looper.java:351)
  at android.app.ActivityThread.main (ActivityThread.java:8377)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:584)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1013)
@SergeyZhukovsky SergeyZhukovsky added crash priority/P2 A bad problem. We might uplift this to the next planned release. QA/No release-notes/exclude features/playlist OS/Android Fixes related to Android browser functionality labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash features/playlist OS/Android Fixes related to Android browser functionality priority/P2 A bad problem. We might uplift this to the next planned release. QA/No release-notes/exclude
Projects
None yet
Development

No branches or pull requests

2 participants