Skip to content

Add JSON output format

Marvin Scholz requested to merge feature-json into master

This adds JSON output to the minidump_stackwalk tool.

A new option to specify the format is added (-f) which accepts one of txt,machine,json. The machine-readable option (-m) is deprecated and removed from the help output. When it is used, a warning about it being deprecated is printed to stderr.

Merge request reports