Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase crash: how programmatically upload mapping file?

Firebase crash is a cool tool but as fair as I know there is not any way to programmatically upload Proguard mapping file via API after a build.

Recently, "automate file uploads" options appairs but no info are actually aviable in the learn more link.

enter image description here

Does anyone know something more?

like image 871
evi Avatar asked Oct 21 '16 14:10

evi


1 Answers

On 15th December the Crash Reporting plugin was released by google: it will generate a gradle task that performs the upload of ProGuard mappings file to Firebase Crash.

Here the steps to use it: https://firebase.google.com/docs/crash/android#uploading_proguard_mapping_files_with_gradle

like image 123
evi Avatar answered Sep 19 '22 13:09

evi