Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Minimum breakpad crash reports collecting server

License

Notifications You must be signed in to change notification settings

brave/mini-breakpad-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Minimum breakpad crash reports collecting server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 95.2%
  • HTML 4.1%
  • JavaScript 0.7%