-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Android: Crash in Crashlytics stack track generation covers real error #62
Comments
Works! Now we see the real crash (which now also does not kill the app directly):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We see an error that cannot be tracked because Crashlytics crashes before reporting it, during stack trace generation. A possible "fix" would be a null-check, although it's not clear why it's null here.
The text was updated successfully, but these errors were encountered: