https://github.com/dmaclach/crashdump
Convert macos crashreports (ips files) into text.
https://github.com/dmaclach/crashdump
crash-reports developer-tools ips macos
Last synced: 9 months ago
JSON representation
Convert macos crashreports (ips files) into text.
- Host: GitHub
- URL: https://github.com/dmaclach/crashdump
- Owner: dmaclach
- License: apache-2.0
- Created: 2022-11-06T16:04:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T20:12:23.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T13:05:54.385Z (10 months ago)
- Topics: crash-reports, developer-tools, ips, macos
- Language: Objective-C
- Homepage:
- Size: 13.7 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
> [!NOTE]
> For macOS 14.4 (Sonoma) and better there is the `viewdiagnostic` tool that you should use instead.
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.