You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current we use 'com.google.firebase:firebase-crashlytics-gradle:2.9.1' to auto upload mapping file,
the mapping file is almost 400Mb and the uploadCrashlyticsMappingFile task took almost 1 min to finish uploading
we want to make the uploadCrashlyticsMappingFile task faster, and decrease the total gradle build time
I also look at the upload request code in 'com.google.firebase:firebase-crashlytics-buildtools:2.9.1'
and i would like to ask is the below network request method run in main thread?
Hello, may i ask , how the firebase platform to deal with the match for a aab to a mapping file
through the log, i can find that , the task generate a mapping id, and upload this file to my project in firebase by appId
so if i upload the file by myself, i can generate a random mapping file id then upload it , i'm not sure how to make this file to match the app version to publish(aab file).
What feature would you like to see?
Current we use 'com.google.firebase:firebase-crashlytics-gradle:2.9.1' to auto upload mapping file,
the mapping file is almost 400Mb and the uploadCrashlyticsMappingFile task took almost 1 min to finish uploading
we want to make the uploadCrashlyticsMappingFile task faster, and decrease the total gradle build time
I also look at the upload request code in 'com.google.firebase:firebase-crashlytics-buildtools:2.9.1'
and i would like to ask is the below network request method run in main thread?
or is there any way to set the uploadCrashlyticsMappingFile gradle task run in parallel, so it does not block other gradle tasks
The text was updated successfully, but these errors were encountered: