Breakpad: Difference between revisions
Jump to navigation
Jump to search
(Begin reorganizing these pages) |
m (fix link) |
||
Line 1: | Line 1: | ||
= Breakpad Integration into Mozilla = | = Breakpad Integration into Mozilla = | ||
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 | 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. | ||
Out implementation has two parts: | Out implementation has two 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 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]. | ||
More information, source code, and mailing lists for breakpad library development can be found at the | More information, source code, and mailing lists for breakpad library development can be found at the |
Revision as of 15:11, 8 March 2007
Breakpad Integration into Mozilla
Breakpad is a set of libraries for client-side crash reporting. This page talks about integrating breakpad with Mozilla products. Breakpad was formerly called airbag. The libraries are being developed as a narrowly scoped Google code project. The breakpad libraries do not provide any crash-reporting UI, nor do they provide a server.
Out implementation has two parts:
- Client integration to handle crash reporting so a central server can aggregate crash data to help improve our products.
- A web interface for viewing and parsing crash reports, called Socorro.
More information, source code, and mailing lists for breakpad library development can be found at the Breakpad Project Site.
Pages
- Current Implementation -- The status of what has been implemented so far.
- Feature List -- What do we want our Breakpad web interface to do?
- Server Requirements -- How to set up the web app.
- Breakpad Symbol Server
See Also
- Seneca College Airbag Page -- Read about Seneca's work with Breakpad.
- http://benjamin.smedbergs.us/blog/2006-09-12/deploying-the-airbag/