CrashlyticsUploadSymbols for Android native library suceeded but no symbols shown in Firebase console?

*爱你&永不变心* 提交于 2020-06-24 14:51:12

问题


I'm trying to upload native symbols for external native library in Android app. All setup and it seems the crashlyticsUploadSymbolsRelease succeeded. I checked the crashlytics.log and it says that the .cSYM file 's being generated and uploaded to https://cm.crashlytics.com/api/v3/platforms/android/code_mappings. But when I check the Crashlytics tab in the Firebase console the logs are not resolved i.e. no stack traces to be shown.

I use LLD as default. I thought that this could be the problem - removed it, so started using the default one provided by the NDK, but still no success.

The NDK out dirs are...

androidNdkOut '../build/intermediates/cmake/release/obj'
androidNdkLibsOut '../build/intermediates/transforms/mergeJniLibs/release/0/lib'

Also tried with stripDebugSymbol folder for androidNdkLibsOut - no success.

来源:https://stackoverflow.com/questions/56848196/crashlyticsuploadsymbols-for-android-native-library-suceeded-but-no-symbols-show

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!