/MacosSymbolicateCrash

Simple symbolicator python script based on 'atos' command

Primary LanguagePythonApache License 2.0Apache-2.0

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.