-
-
Notifications
You must be signed in to change notification settings - Fork 444
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
DefaultAndroidEventProcessor causes ANR #2095
Comments
It's not slow, it's in a deadlock state. Similar issues https://issuetracker.google.com/issues/230950647 I could not find a way to avoid the deadlock since we don't know if we should skip it or not the IPC APIs. |
Resolved on 6.1.1 and troubleshooting page added: getsentry/sentry-docs#5170
Should we opt-in to that by default? |
I don't think so, this is an edge case and we've not gotten from anyone else so far. |
Came from a customer: https://getsentry.atlassian.net/browse/MOBILE-257
Only happens on some devices. Probably just some low end devices.
And:
Problem seems to be that we call some APIs that can be rather slow.
Potentially we could gracefully degrade by detecting if the device is low end. Or disabling the known possibly slow APIs to become opt-in.
The text was updated successfully, but these errors were encountered: