Integrate PLCrashReporter's text formatter for new crash logs #5
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Modern macOS formats crash reports differently than it used to. PLCrashReporter comes with a formatter that could help provide us with readable crash logs.
The rest of the
PLCrashReporter
source is less relevant, but the formatter types can be cherry picked. For inspiration, see NetNewsWire: Ranchero-Software/NetNewsWire@3022f78This would replace the
.crash
file lookup part and extraction of the string contents:CrashInfo
would wrap thePLCrashReport
and expose its content string viaPLCrashReportTextFormatter
The text was updated successfully, but these errors were encountered: