-
Notifications
You must be signed in to change notification settings - Fork 365
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
ArrayOutOfBoundsException when using Field.getName #241
Comments
Some of our users also face the same issue, with the same stacktrace as above (Mixpanel version 4.5.3)
|
Here's another one, from 4.6.4:
If it's worth to mention it happened on a 5.1.1 device, Samsung SM-G360T The bug has been here for a year, any plans to fix it? |
hi all, any plans to fix this? this bug even hasn't assigned to someone! |
Hi folks, this is a system crash and not caused by the library, so we can't recover from it. I've added a try/catch so the app doesn't crash in the future |
Available on v5.6.7 |
During initialization the SDK users some reflection here
I've observed a couple occurrences where this can result in an ArrayOutOfBoundsException. I have very little insight or understanding of the internals of Art, but it seems like it could be safe to catch that exception as well.
Here's the stacktrace from an app using Mixpanel SDK 4.6.1
The text was updated successfully, but these errors were encountered: