as_retrace
De-obfuscate R8/ProGuard stack traces by providing the mapping.txt and the obfuscated trace to retrieve the readable output.
Instructions
De-obfuscate an R8/ProGuard stack trace using its mapping.txt (retrace).
Args: params (RetraceInput): mapping_file (mapping.txt), stacktrace (text).
Returns: str: JSON with the de-obfuscated trace in 'retraced'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |