Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inket/MacSymbolicator
Symbolicating macOS/iOS crash reports, easily.
https://github.com/inket/MacSymbolicator
app crash-reports dsym ios macos symbolication
Last synced: 8 days ago
JSON representation
Symbolicating macOS/iOS crash reports, easily.
- Host: GitHub
- URL: https://github.com/inket/MacSymbolicator
- Owner: inket
- License: gpl-2.0
- Created: 2015-03-08T15:30:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T05:29:30.000Z (3 months ago)
- Last Synced: 2024-08-27T16:41:24.204Z (3 months ago)
- Topics: app, crash-reports, dsym, ios, macos, symbolication
- Language: Swift
- Homepage:
- Size: 11.6 MB
- Stars: 1,242
- Watchers: 30
- Forks: 89
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![MacSymbolicator](/Resources/Assets.xcassets/AppIcon.appiconset/Icon_128x128.png?raw=true)
# MacSymbolicator 2.6
A simple Mac app for symbolicating macOS/iOS crash reports.Supports symbolicating:
- .crash and .ips crash reports
- sample, spindump and hang reportsIncludes a command-line interface (`MacSymbolicator.app/Contents/MacOS/MacSymbolicatorCLI`):
```
USAGE: mac-symbolicator-cli [--translate-only] [--uuids-only] [--verbose] [--output ] [ ...]ARGUMENTS:
The report file: .crash/.ips for crash reports .txt for samples/spindumps
The dSYMs to use for symbolicationOPTIONS:
-t, --translate-only Translate the crash report from .ips to .crash
-u, --uuids-only Output binary images and UUIDs
-v, --verbose
-p, --process-name
Only symbolicate process names containing this substring (case
sensitive). Useful with HANG files as these contain many processes.
-o, --output The output file to save the result to, instead of printing to stdout
-h, --help Show help information.
```[Download from Releases](https://github.com/inket/MacSymbolicator/releases)
# Screenshots
![MacSymbolicator](/screenshot1.png?raw=true)
![MacSymbolicator](/screenshot2.png?raw=true)
![MacSymbolicator](/screenshot3.png?raw=true)
## Building from source
Just clone and build with Xcode 13+
## License
License is GNU GPLv2.
## Contact
@inket on GitHub/Twitter