3,035
edits
m (Airbag renamed to Breakpad; references adjusted) |
|||
| Line 8: | Line 8: | ||
= Reporting = | = Reporting = | ||
* | * QuickSearch/FastFind Query tools | ||
** Depending on what type of data we end up collecting from clients, we need to make sure we create a similar query tool to what exists now at http://talkback-public.mozilla.org | ** Depending on what type of data we end up collecting from clients, we need to make sure we create a similar query tool to what exists now at http://talkback-public.mozilla.org | ||
* | * Reports | ||
** The current reports | ** The current reports available through http://talkback-public.mozilla.org provide a lot of useful information that is easy to digest from release to release and on the dev. branches. The current set of reports are generated daily from data dumps of 10 days worth of crashes. The scripts are pretty old and should not be reused. Changes to what we collect from Breakpad will help us decide what types of reports we can create. | ||
** I would like to determine which reports are most useful and then do a rewrite of the scripts or create better web apps to provide better Breakpad data. | ** I would like to determine which reports are most useful and then do a rewrite of the scripts or create better web apps to provide better Breakpad data. | ||
* MTBF (Mean Time Between Failure) | * MTBF (Mean Time Between Failure) | ||
** We need to make sure Breakpad is able to collect and report information about session times of clients between crashes, since install, frequency of crashes, etc.. | ** We need to make sure Breakpad is able to collect and report information about session times of clients between crashes, since install, frequency of crashes, etc.. | ||
** MTBF reports for major releases are critical to comparing stability between releases. | ** MTBF reports for major releases are critical to comparing stability between releases. | ||
** We used to have MTBF reports and graphs across releases, but I could not get them working, so we currently rely on the daily MTBF calculations in the | ** We used to have MTBF reports and graphs across releases, but I could not get them working, so we currently rely on the daily MTBF calculations in the Reports. | ||
* List of extensions/themes/plugins that are installed on the users computer, see {{bug|325943}}, this could be very useful as some crashes are only caused with some particular extension | * List of extensions/themes/plugins that are installed on the users computer, see {{bug|325943}}, this could be very useful as some crashes are only caused with some particular extension | ||
* Also, I think it could be useful if it were for some people possible to add corresponding bug numbers to certain crashes. This is now | * Also, I think it could be useful if it were for some people possible to add corresponding bug numbers to certain crashes. This is now happening, but I think that is completely automatic. --mw22 | ||
= Symbol Collection = | = Symbol Collection = | ||
edits