How to get Flutter origin of NDK crash #17289
Unanswered
shahbazhashmi
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
-
This is a continuation of issue #17014.
My Flutter app integrates a third-party SDK. I'm able to view symbolicated crashes from that SDK after uploading its symbols using the Firebase CLI tool. However, I’m not seeing the Flutter origin of the crash properly.
I tried uploading my app's symbols using the
--split-debug-info flag
, and while I can now see the Flutter origin in the stack trace, the method and class names are still incorrect or missing.How can I ensure that full method and class names appear correctly in Crashlytics?
For reference, Xcode supports this out of the box. Please check the attached screenshot:
_library_context.dart
andfunction.dart
instead.Beta Was this translation helpful? Give feedback.
All reactions