lib.so in android app and readable stacktrace in Crashlytics

150 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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

Thanks!