--- source: minidump-stackwalk/tests/test-minidump-stackwalk.rs expression: stdout --- Analyzes minidumps and produces a report (either human-readable or JSON) Usage: minidump-stackwalk [FLAGS] [OPTIONS] [--] [symbols-path]... Arguments: Path to the minidump file to analyze [SYMBOLS_PATH_LEGACY]... Path to a symbol file. (Passed positionally) Options: --human Emit a human-readable report (the default) --json Emit a machine-readable JSON report --cyborg Combine --human and --json --dump Dump the 'raw' contents of the minidump --features Specify at a high-level how much analysis to perform [default: stable-basic] [possible values: stable-basic, stable-all, unstable-all] --verbose How verbose logging should be (log level) [default: error] [possible values: off, error, warn, info, debug, trace] --output-file Where to write the output to (if unspecified, stdout is used) --log-file Where to write logs to (if unspecified, stderr is used) --no-color Prevent the output/logging from using ANSI coloring --pretty Pretty-print --json output --brief Provide a briefer --human or --dump report --no-interactive Disable all interactive progress feedback --evil-json **UNSTABLE** An input JSON file with the extra information --recover-function-args **UNSTABLE** Heuristically recover function arguments --use-local-debuginfo Use debug information from local files referred to by the minidump, if present --symbols-url base URL from which URLs to symbol files can be constructed --symbols-cache A directory in which downloaded symbols can be stored --symbols-tmp A directory to use as temp space for downloading symbols --symbols-download-timeout-secs The maximum amount of time (in seconds) a symbol file download is allowed to take [default: 1000] --symbols-path Path to a symbol file -h, --help Print help (see more with '--help') -V, --version Print version