flutter symbolize
Symbolize a stack trace from an AOT-compiled Flutter app
Options
| Name | Description | 
|---|---|
| -h, --help | Print this usage information | 
| -v, --verbose | Noisy logging, including all shell commands executed. If used with --help, shows hidden options | 
| -d, --device-id  <device id> | Target device id or name (prefixes allowed) | 
| --suppress-analytics | Suppress analytics reporting when this command runs | 
| -d, --debug-info  <file path of .symbols> | A path to the symbols file generated with "--split-debug-info". e.g. /out/android/app.arm64.symbols | 
| -i, --input  <file path> | A file path containing a Dart stack trace. e.g. /crashes/stack_trace.err | 
| -o, --output  <file path> |