-
Notifications
You must be signed in to change notification settings - Fork 86
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 IllegalStateException MediaCodec.native_dequeueInputBuffer(MediaCodec.java) during compression #256
Comments
Thank you for reporting this. I will try to reproduce this and will get back to you. |
I am seeing the same issue happening quite frequently in my logs. I have not yet been able to reproduce it though. |
@izzytwosheds I guess this issue happening when you get failed and if you retry right away with new compression. In that case from
to
|
I can confirm this. We are seeing the same pattern in our logs 👍 |
Thanks for reporting this and finding the way to reproduce, guys! We will look into this. |
Hey,
Thanks for this awesome library. I have just implemented the library and release it. When I looked to Crashlytics, I have bunch of crash like below. I could not reproduce the crash so I don't have any user story for that. Do you have any opinion for solution?
The text was updated successfully, but these errors were encountered: