# mini-breakpad-server **Repository Path**: mirrors_electron/mini-breakpad-server ## Basic Information - **Project Name**: mini-breakpad-server - **Description**: Minimum breakpad crash reports collecting server - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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`