midopk.blogg.se

Proguard gradle
Proguard gradle












So you generally only need to upload mapping files for builds of your application that get released to your customers. Raygun is most valuable when your application is out in the wild being used by customers, rather than while debugging.

proguard gradle

It's important to note that every time you make changes to your code and then build your application, you'll need to upload the newly generated mapping file if you want readable stacktraces from that build. Raygun provides two ways to upload your files - an API end point which is useful for automation, and manual upload from within the Raygun web app. By uploading the mapping file to Raygun, all your exception reports will be retraced with the mapping file and be presented to you with readable stacktraces.

proguard gradle

When you use Android Studio to build your application package, ProGuard/R8 will write a mapping file to the /app/build/outputs directory of your application project.














Proguard gradle