Search code examples
androidandroid-ndkcrashlyticsgoogle-fabric

lib.so in android app and readable stacktrace in Crashlytics


I have compiled external C++ library in my project. Unfortunately, this library is crashing from time to time and stack trace in Crashlyics isn't readable. How to display readable stack trace for C++ external lib in Crashlytics?


Solution

  • Please check out the steps here for uploading these symbols: https://docs.fabric.io/android/crashlytics/ndk.html#uploading-symbols-for-external-dependencies

    Thanks!