Skip to content

samrayner/MacosSymbolicateCrash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%