An open API service indexing awesome lists of open source software.

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)

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)