Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/electron/mini-breakpad-server

Minimum breakpad crash reports collecting server
https://github.com/electron/mini-breakpad-server

Last synced: about 2 months ago
JSON representation

Minimum breakpad crash reports collecting server

Awesome Lists containing this project

README

        

# mini-breakpad-server

Minimum collecting server for crash reports sent by
[google-breakpad](https://code.google.com/p/google-breakpad/).

## Features

* No requirement for setting up databases or web servers.
* Collecting crash reports with minidump files.
* Simple web interface for viewing translated crash reports.

## Run

* `npm install .`
* `grunt`
* Put your breakpad symbols under `pool/symbols/PRODUCT_NAME`
* `node lib/app.js`