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.

Can this be elaborated on further? What's the intended usage of CrashSymbolicator.py if throwing the .ips into Xcode/Console or using lldb.macosx.crashlog does the same thing + allows it to be readable.