crash_list
Retrieve crash reports from macOS DiagnosticReports, filtered by process name or time, including simulator crashes when UDID is provided.
Instructions
Lists crash reports (.ips/.crash) from ~/Library/Logs/DiagnosticReports — plus the simulator's own container DiagnosticReports when udid is given — sorted newest first. Filter by processName (case-insensitive substring) and/or sinceHours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| processName | No | Case-insensitive substring to filter by process name | |
| sinceHours | No | Only include crashes from the last N hours | |
| udid | No | Simulator UDID — also scans that sim's container DiagnosticReports |