2021年1月5日星期二

How do we include native library symbols for android app?

in firebase crashlytics we see no stacktrace for native crash

enter image description here

How do we include symbol files?

Below is my guess on how to proceed..

  1. build NDK from source and generate *.so files. They are typically generated under obj or libs folder.
  2. find the path of the *.so files
  3. direct crashlytics to upload those symbols using firebaseCrashlytics directive in build.gradle (https://firebase.google.com/docs/crashlytics/ndk-reports)
https://stackoverflow.com/questions/65588795/how-do-we-include-native-library-symbols-for-android-app January 06, 2021 at 09:05AM

没有评论:

发表评论