mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
30f8839c06
This patch changes Firefox Health Report to pull crash counts from the newly-implemented crash manager. The crash manager is now the canonical source of crash data, so all the code for reading crash dump files from disk has been removed. This regresses the collection capability of Firefox Health Report by removing plugin crashes and hangs from the reported values. This regression is intended to be temporary and a follow-up bug will be created to add plugin process event recording to the crash events system. This regression has been justified because the old crash reporting mechanism was severely flawed and wasn't sending accurate data (not all crashes were being saved to dumps and some dumps would be deleted). --HG-- extra : amend_source : d54bb3bf9f740508cb4eda286536ce16a4c3bee5
16 lines
1.1 KiB
Plaintext
16 lines
1.1 KiB
Plaintext
# Register Firefox Health Report providers.
|
|
category healthreport-js-provider-default AddonsProvider resource://gre/modules/HealthReport.jsm
|
|
category healthreport-js-provider-default AppInfoProvider resource://gre/modules/HealthReport.jsm
|
|
#ifdef MOZ_CRASHREPORTER
|
|
category healthreport-js-provider-default CrashesProvider resource://gre/modules/HealthReport.jsm
|
|
#endif
|
|
category healthreport-js-provider-default HealthReportProvider resource://gre/modules/HealthReport.jsm
|
|
category healthreport-js-provider-default PlacesProvider resource://gre/modules/HealthReport.jsm
|
|
category healthreport-js-provider-default ProfileMetadataProvider resource://gre/modules/HealthReport.jsm
|
|
category healthreport-js-provider-default SearchesProvider resource://gre/modules/HealthReport.jsm
|
|
category healthreport-js-provider-default SessionsProvider resource://gre/modules/HealthReport.jsm
|
|
category healthreport-js-provider-default SysInfoProvider resource://gre/modules/HealthReport.jsm
|
|
|
|
# No Aurora or Beta providers yet; use the categories
|
|
# "healthreport-js-provider-aurora", "healthreport-js-provider-beta".
|