-
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
ACCESS_NETWORK_STATE crash 2.13.3 #9002
Comments
Do you have any other parts of the stack trace message apart from what's included above? In particular I was wondering if there is a line starting like |
Yes Indeed, i thought it was irrelevant as it wasn't on exoplayer library, I'll update my post. The order I display in my post is the same order I get from Crashlytics |
We also got this crash. It is an android 11 bug, look here: https://stackoverflow.com/questions/66652819/getting-security-exception-while-trying-to-fetch-networkcapabilities-on-android Here is stack trace:
ExoPlayer version: 2.12.2 Seems like you need to wrap this line into try catch: |
This issue was fixed in Android 12, by https://android-review.googlesource.com/c/platform/frameworks/base/+/1758029/. We'll add a try/catch for Android 11 devices that don't get patched. We'll return |
#exofixit #minor-release Issue: #9002 PiperOrigin-RevId: 395221648
Issue: #9002 PiperOrigin-RevId: 395221648
I'm getting report from Crashlytics that some user are having crashes the stacktrace is as shown below:
My manifest permission::
The crash happened on
The text was updated successfully, but these errors were encountered: