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?
Please check out the steps here for uploading these symbols: https://docs.fabric.io/android/crashlytics/ndk.html#uploading-symbols-for-external-dependencies
Thanks!