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
Got the following stackTrace on specific device (from Play Console no way to reproduce)
Device: ZTE Z717VL / Android 10 (SDK 29)
java.lang.IllegalStateException:
at android.os.Parcel.createException (Parcel.java:2082)
at android.os.Parcel.readException (Parcel.java:2042)
at android.os.Parcel.readException (Parcel.java:1990)
at android.app.IActivityManager$Stub$Proxy.registerReceiver (IActivityManager.java:4952)
at android.app.ContextImpl.registerReceiverInternal (ContextImpl.java:1537)
at android.app.ContextImpl.registerReceiver (ContextImpl.java:1498)
at android.app.ContextImpl.registerReceiver (ContextImpl.java:1486)
at android.content.ContextWrapper.registerReceiver (ContextWrapper.java:637)
at com.google.android.exoplayer2.StreamVolumeManager.<init> (StreamVolumeManager.java)
getVolumeFromManager (StreamVolumeManager.java)
init> (StreamVolumeManager.java)
at com.google.android.exoplayer2.SimpleExoPlayer.<init> (SimpleExoPlayer.java)
Device specific crash occurring when building ExoPlayer. Since my application does not rely at all on volume management by ExoPlayer would be nice is there was a workaround.
[REQUIRED] A full bug report captured from the device
Unable to provide as user did not contact me
[REQUIRED] Version of ExoPlayer being used
2.12.0
[REQUIRED] Device(s) and version(s) of Android being used
Device: ZTE Z717VL / Android 10 (SDK 29)
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. Please see my reply on #8087 -- it would be helpful if you could provide some info on how widespread the reports us (just the ZTE device on API 29, or are there other devices too?).
From Play Console only that device, but previously on my own code I had some more devices / strange crash with registerReceiver / unregister and now I try/catch handle problem gracefully everywhere I can.
[REQUIRED] Issue description
Got the following stackTrace on specific device (from Play Console no way to reproduce)
Device: ZTE Z717VL / Android 10 (SDK 29)
Maybe related to #8087
[REQUIRED] Reproduction steps
Device specific crash occurring when building ExoPlayer. Since my application does not rely at all on volume management by ExoPlayer would be nice is there was a workaround.
[REQUIRED] A full bug report captured from the device
Unable to provide as user did not contact me
[REQUIRED] Version of ExoPlayer being used
2.12.0
[REQUIRED] Device(s) and version(s) of Android being used
Device: ZTE Z717VL / Android 10 (SDK 29)
The text was updated successfully, but these errors were encountered: