gplay deobfuscation
gplay deobfuscation
Section titled “gplay deobfuscation”Manage deobfuscation files (ProGuard/R8 mapping files).
gplay deobfuscation <subcommand> [flags]gplay deobfuscation upload
Section titled “gplay deobfuscation upload”Upload a deobfuscation file for crash symbolication.
gplay deobfuscation upload --package <name> --edit <id> --apk-version <code> --file <path> [--type proguard|nativeCode]| Flag | Description | Default |
|---|---|---|
--apk-version |
APK version code | `` |
--edit |
Edit ID | `` |
--file |
Path to mapping file (e.g., mapping.txt) | `` |
--output |
Output format: json (default), table, markdown | json |
--package |
Package name (applicationId) | `` |
--pretty |
Pretty-print JSON output | false |
--type |
Deobfuscation file type: proguard (default), nativeCode | proguard |