CrashlyticsUploadSymbols for Android native library suceeded but no symbols shown in Firebase console?
问题 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