All Projects → ashikase → libsymbolicate

ashikase / libsymbolicate

Licence: other
Library for parsing and symbolicating iOS crash reports.

Programming Languages

C++
36643 projects - #6 most used programming language
Objective-C++
1391 projects
Logos
282 projects
objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects
Makefile
30231 projects

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].