项目作者: inket

项目描述 :
Symbolicating macOS/iOS crash reports, easily.
高级语言: Swift
项目地址: git://github.com/inket/MacSymbolicator.git
创建时间: 2015-03-08T15:30:52Z
项目社区:https://github.com/inket/MacSymbolicator

开源协议:GNU General Public License v2.0

下载


MacSymbolicator

MacSymbolicator 2.6

A simple Mac app for symbolicating macOS/iOS crash reports.

Supports symbolicating:

  • .crash and .ips crash reports
  • sample, spindump and hang reports

Includes a command-line interface (MacSymbolicator.app/Contents/MacOS/MacSymbolicatorCLI):

  1. USAGE: mac-symbolicator-cli [--translate-only] [--uuids-only] [--verbose] [--output <output>] <report-file-path> [<dsym-path> ...]
  2. ARGUMENTS:
  3. <report-file-path> The report file: .crash/.ips for crash reports .txt for samples/spindumps
  4. <dsym-path> The dSYMs to use for symbolication
  5. OPTIONS:
  6. -t, --translate-only Translate the crash report from .ips to .crash
  7. -u, --uuids-only Output binary images and UUIDs
  8. -v, --verbose
  9. -p, --process-name <process-name>
  10. Only symbolicate process names containing this substring (case
  11. sensitive). Useful with HANG files as these contain many processes.
  12. -o, --output <output> The output file to save the result to, instead of printing to stdout
  13. -h, --help Show help information.

Download from Releases

Buy Me A Coffee

Screenshots

MacSymbolicator

MacSymbolicator

MacSymbolicator

Building from source

Just clone and build with Xcode 13+

License

License is GNU GPLv2.

Contact

@inket on GitHub/Twitter