Skip to content

Wrapper for atos command to symbolicate OS X crashlogs

License

Notifications You must be signed in to change notification settings

martinsp/atosrb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atosrb: a wraper for 'atos' command to symbolicate OS X application crashlogs

This utility will parse a crashlog and symbolicate it with atos utility.

usage

	atosrb application.app crashlog.crash
  • application.app.dSYM file is required to be in the same directory as application.app file for 'atos' command to symbolicate crashlogs
  • atosrb accepts multiple paths/directories as arguments. If directory is passed, atosrb will look for *.crash files in that directory and process them

installation

	git clone https://github.com/martinsp/atosrb.git
	cd atosrb
	gem build atosrb.gemspec
	gem install atosrb-x.x.x.gem

About

Wrapper for atos command to symbolicate OS X crashlogs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages