/crashdump

Convert macos crashreports (ips files) into text.

Primary LanguageObjective-CApache License 2.0Apache-2.0

crashdump

A small utility for converting macOS crashreport files (.ips) into text output which is the same as what you would see using Console.app to open them. Note that .ips files are json, so you can also extract individual data fields out of them pretty easily.

Works with macOS 12 (Monterey) and macOS 13 (Ventura) as of 2022-11-06. Uses private APIs so no guarantees moving forward.

The crash reports generated by the system can usually be found in ~/Library/Logs/DiagnosticReports.

Should build using Xcode (Xcode 14 was used), or you can download the built tool from releases.