3,035
edits
(→Pages) |
|||
| Line 3: | Line 3: | ||
Breakpad is a set of libraries for client-side crash reporting. This page talks about integrating breakpad with Mozilla products. [http://groups.google.com/group/google-breakpad-discuss/browse_thread/thread/4f40867980fe7452 Breakpad was formerly called airbag]. The libraries are being developed as a [http://groups.google.com/group/google-breakpad-discuss/browse_thread/thread/2a082e9c8636031c narrowly scoped] Google code project. The breakpad libraries do not provide any crash-reporting UI, nor do they provide a server. | Breakpad is a set of libraries for client-side crash reporting. This page talks about integrating breakpad with Mozilla products. [http://groups.google.com/group/google-breakpad-discuss/browse_thread/thread/4f40867980fe7452 Breakpad was formerly called airbag]. The libraries are being developed as a [http://groups.google.com/group/google-breakpad-discuss/browse_thread/thread/2a082e9c8636031c narrowly scoped] Google code project. The breakpad libraries do not provide any crash-reporting UI, nor do they provide a server. | ||
Our implementation has three parts: | |||
* Client integration to handle crash reporting so a central server can aggregate crash data to help improve our products. | * Client integration to handle crash reporting so a central server can aggregate crash data to help improve our products. | ||
* A digester that processes collected crash data and uses a symbol server to convert raw dumps into readable stack traces. The digister then can insert the resulting data into a database. | |||
* A web interface for viewing and parsing crash reports, called [http://code.google.com/p/socorro/ Socorro]. | * A web interface for viewing and parsing crash reports, called [http://code.google.com/p/socorro/ Socorro]. | ||
edits