-
Notifications
You must be signed in to change notification settings - Fork 6k
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
ImaAdsLoader null pointer at ImaAdsLoader.stop when trying to call Player.removeListener #6308
Comments
Looks like this happens if the ads loader's player is set to null before before Update: actually this shouldn't be possible due to posting the start/stop runnables being serialized. I will investigate further. |
@amjadmasri It's not obvious how this can happen because it looks like Please could you check that the app isn't calling Do you see any failures of this assertion in your crash reports? |
@andrewlewis thank you for your help and we could only find this assertion failure in the reports , not sure if it is related
|
Is that assertion from |
@andrewlewis sorry about that , but apparently it never got fixed completely. |
@amjadmasri I think at the moment we don't have enough information to make this actionable, so I am going to close this issue. If you are still having problems with this, it would be helpful if you could pick up the changes to migrate to the new preloading API in fa7d26d (they should be in a release soon), check the error is still reproducible and file a new bug with any information you have. Thanks. |
[REQUIRED] Issue description
on crashlytics an increasingly large number of the following exception are popping up
the code for stopping and destroying is as follows :
[REQUIRED] Reproduction steps
it is unclear when and why the issue occurs so can't be reproduced by us for now
but it is normal behavior in our app to pause the player activity then show another activity
then return to the video player activity multiple times during content play
[REQUIRED] Link to test content
[REQUIRED] A full bug report captured from the device
[REQUIRED] Version of ExoPlayer being used
2.10.0
[REQUIRED] Device(s) and version(s) of Android being used
mostly it is happening on Samsung Galaxy Grand Prime Plus devices running Android 6 and 8 OS
The text was updated successfully, but these errors were encountered: