morphinewan / MacosSymbolicateCrash

Simple symbolicator python script based on 'atos' command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacosSymbolicateCrash

Simple symbolicator python script based on 'atos' command

Run sample: symbolicate.py {xxx.dSYM/Contents/Resources/DWARF/xxx} {file.crash} {outputFile}

You will need for running this script the following files:

  1. Your dSYM file which is created when building in release mode (or if you are intrested in debug as well, use this configuration in Xcode:

alt text

  1. Your diagnostic/crash report file

  2. you can supply output file path, or use the default - symbolicated.crash

then, supply the scipts these parameters with the above order.

About

Simple symbolicator python script based on 'atos' command

License:Apache License 2.0


Languages

Language:Python 100.0%