Breakpad/Design/Reporter

From MozillaWiki
< Breakpad‎ | Design
Revision as of 15:26, 16 March 2007 by Benjamin Smedberg (talk | contribs) (Separate reporter info from the main breakpad design doc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

« back to Breakpad design page

Breakpad Analysis and Reporting System(s)

4) The query engine provides reporting and querying from the database

 Requires read access to the database
  • Two different kinds of reporting
    • Querying individual data to find specific information
    • Report generation aggregating large volumes of data


  • the ability to quickly find and isolate when crash regressions appeared in nightly builds or between major releases.
  • ability to find common themes behind crash reports by looking at things like common comments, common configuration characteristics such as OS version, graphics systems, process lists, time since last crash, most frequently visited sites, etc...