lauer3912 / Symbolicator

Symbolication for OSX/iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple replacement for Xcode/symbolicatecrash for iOS/OSX crash dumps.

It should support 32-bit/64-bit ARM and x86 crash reports. It uses Spotlight to locate dSYMs much the same way symbolicatecrash does. It should be simple enough to extend it to allow you to specify the build to use for symbols allowing you to rebuild with a known codebase if you no longer have the original build. Some pretty-ing up of the output is probably in order ;)

Just drag a crash report onto the Dock icon and Symbolicator will spit out a .symbolicated file in the same directory as the source file.

About

Symbolication for OSX/iOS


Languages

Language:C 75.1%Language:Objective-C 19.0%Language:Objective-C++ 5.9%