Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 440 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 440 Bytes

mini-breakpad-server

Minimum collecting server for crash reports sent by 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