Reputation: 4537
I am working on uploading the proguard mapping file to Firebase Crashlytics so that it can de-obfuscate the crash reports. What I am trying to understand is when and under what conditions is the mapping file uploaded to Firebase.
./gradlew uploadCrashlyticsMappingFileRelease
task or is the mapping file uploaded automatically?~/Library/Caches/com.crashlytics/com.crashlytics.tools/crashlytics.log
and this log file did not include the latest logs.Upvotes: 4
Views: 1158
Reputation: 3645
I am no expert in Firebase Crashlytics, but I'll share my experiences, because it was a real headache seeing obfuscated stacktraces for a version of my app.
--info
and look for the status in the logs. The directory you mentioned does not seem to exist in the newer versions.Upvotes: 1