Bug 1565699 - Set consoleservice.logcat pref when running unittests, regardless of branch; r=ahal,kmag

Differential Revision: https://phabricator.services.mozilla.com/D38199

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Geoff Brown 2019-07-16 18:33:23 +00:00
Родитель 43693c08b6
Коммит 06c0e8ef5b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -75,6 +75,8 @@ user_pref("browser.warnOnQuit", false);
// Enable webapps testing mode, which bypasses native installation.
user_pref("browser.webapps.testing", true);
user_pref("captivedetect.canonicalURL", "http://{server}/captive-detect/success.txt");
// Enable android logcat for better diagnostics on beta/release
user_pref("consoleservice.logcat", true);
// Point Firefox Health Report at a local server. We don't care if it actually
// works. It just can't hit the default production endpoint.
user_pref("datareporting.healthreport.documentServerURI", "http://{server}/healthreport/");