retrace
De-obfuscate R8/ProGuard crash traces by applying a mapping.txt file to restore readable class and line names from obfuscated Android stack traces.
Instructions
De-obfuscate an R8/ProGuard stack trace using a mapping.txt file.
Args: stacktrace: the obfuscated trace, copied from find_crashes output. mapping_path: path to mapping.txt, usually under app/build/outputs/mapping//mapping.txt
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stacktrace | Yes | ||
| mapping_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |