Breakpad

From MozillaWiki
Revision as of 05:35, 8 March 2007 by Ted Mielczarek (talk | contribs) (lots of cleanup)
Jump to navigation Jump to search

What's Breakpad?

Breakpad is a crash reporting tool. This page talks about its implementation for Mozilla.

Breakpad used to be Airbag. I'm cleaning up this page, so hopefully it will suck less!

Our 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 Airbag reports--We call it Socorro.

More information about Breakpad itself can be found at:

Pages

Win32 trunk nightlies currently include the airbag code, but it's disabled at runtime by default. To test it, you will need to set the environment variable MOZ_AIRBAG=1. Crash reports are currently collected at: http://mavra.perilith.com/~luser/airbag-collector/list.py

http://benjamin.smedbergs.us/blog/2006-09-12/deploying-the-airbag/