зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
43693c08b6
Коммит
06c0e8ef5b
|
@ -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/");
|
||||
|
|
Загрузка…
Ссылка в новой задаче