Manually Upload Mapping Files

If you have obfuscated your code and want to monitor crashes, you will be required to upload the ProGuard or DexGuard mapping files. Splunk AppDynamics requires the mapping file for the application to produce human-readable stack traces for crash snapshots. For details on the importance of snapshots, see Get Human-Readable Crash Snapshots.

DexGuard is built on ProGuard, so the Controller UI and some of the REST API for uploading mapping files will refer to ProGuard for both ProGuard and DexGuard files.

This page describes the requirements, the available methods, and instructions to manually upload the mapping files.

Note: We recommend you set up automatic uploading of the ProGuard or DexGuard mapping files using Gradle and your build.gradle file.