in firebase crashlytics we see no stacktrace for native crash
How do we include symbol files?
Below is my guess on how to proceed..
- build NDK from source and generate
*.sofiles. They are typically generated underobjorlibsfolder. - find the path of the
*.sofiles - direct crashlytics to upload those symbols using
firebaseCrashlyticsdirective inbuild.gradle(https://firebase.google.com/docs/crashlytics/ndk-reports)

没有评论:
发表评论