https://github.com/binaryage/crash-prism
Symbolizing crash reports with ease (a custom tool for BinaryAge apps)
https://github.com/binaryage/crash-prism
Last synced: 2 months ago
JSON representation
Symbolizing crash reports with ease (a custom tool for BinaryAge apps)
- Host: GitHub
- URL: https://github.com/binaryage/crash-prism
- Owner: binaryage
- License: other
- Created: 2013-06-08T06:21:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T01:46:26.000Z (about 3 years ago)
- Last Synced: 2024-12-28T13:18:50.893Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Crash PRISM
**Crash PRISM** is a custom command-line tool and a web server for symbolizing crash dumps of our apps from BinaryAge.
It is NOT a secret electronic surveillance program, formally classified as top secret, that has been run by the United States National Security Agency (NSA) since 2007.
### Installation
git clone git@github.com:binaryage/crash-prism.git
cd crash-prism
bundle install
bundle exec bin/prism sym some/path/to/Finder.crash
bundle exec bin/prism show
#### License: [MIT](https://raw.github.com/binaryage/crash-prism/master/license.txt)