Does Crashlytics receive Tombstone data from native crashes? #6552
Unanswered
aldoKelvianto
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Starting from Android 12, we can obtain Tombstone traces in ApplicationExitInfo.
I've examined the Crashlytics source code:
It appears that Crashlytics already sends the
traceFile
.However, it's unclear to me whether the
traceFile
also supportsTombstone
trace or not.Can we confirm that Crashlytics already parses the Tombstone (
Tombstone.parseFrom(trace)
) and displays it in the Firebase UI (console.firebase.com)?Having a
Tombstone
trace really help developers to fix issue from native crashes.Thank you in advance 🙏
Beta Was this translation helpful? Give feedback.
All reactions