harryzjm / ips2crash

Convert macos crashreports (ips files) into text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ips2crash

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), macOS 13 (Ventura) and macOS 14 (Sonoma) as of 2023-11-14. Uses private APIs so no guarantees moving forward.

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

Usage

ips2crash <ips-path>
# or
ips2crash <ips-path> <output-path>

About

Convert macos crashreports (ips files) into text.

License:Apache License 2.0


Languages

Language:Objective-C 72.9%Language:Shell 27.1%