Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 677 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 677 Bytes

About

Crash log files generated by iOS's ReportCrash daemon do not contain symbol names, making them difficult to interpret. Symbolication is the act of looking up symbol names and adding them to these files.

This project provides a library for parsing and symbolicating crash logs, both on and off device.

Credit

This was originally based off of code used in CrashReporter, an iOS app by kennytm.

This project also makes use of the following: