Human readable iOS15 Crashlogs w/ Terminal

Is there a simple way to convert the 'new-style' JSON crash report into a human readable format through Terminal? Similar to how viewing it directly in Xcode or Console reverts it to the old-format.

I want to update my automation scripts to utilize the new CrashSymbolicator.py utility, but I'm having trouble easily reading its output.

Replies

You can use the LLDB crash report module, lldb.macosx.crashlog, described in the open source project.