Bug 718066 - Enable Firefox Health Report in browser app; r=mconnor

This can't land in mozilla-central until the UX pieces land.
This commit is contained in:
Gregory Szorc 2013-01-06 12:09:39 -08:00
parent f2d89afd0c
commit 1ad3834043
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ MOZ_SAFE_BROWSING=1
MOZ_SERVICES_AITC=1
MOZ_SERVICES_COMMON=1
MOZ_SERVICES_CRYPTO=1
MOZ_SERVICES_HEALTHREPORT=1
MOZ_SERVICES_METRICS=1
MOZ_SERVICES_SYNC=1
MOZ_APP_VERSION=$FIREFOX_VERSION

View File

@ -4,7 +4,7 @@
pref("healthreport.documentServerURI", "https://data.mozilla.com/");
pref("healthreport.documentServerNamespace", "metrics");
pref("healthreport.serviceEnabled", false);
pref("healthreport.serviceEnabled", true);
pref("healthreport.logging.consoleEnabled", true);
pref("healthreport.logging.consoleLevel", "Warn");
pref("healthreport.policy.currentDaySubmissionFailureCount", 0);