mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-13 07:24:47 +00:00
Bug 1629809 - deactivate geckodriver tracing r=Bebe
Deactivate tracing so we don't generate huge geckodriver logs since BT transmits the profile through webdriver Differential Revision: https://phabricator.services.mozilla.com/D70829 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
589036fa13
commit
c0bded255c
@ -26,9 +26,6 @@ user_pref("toolkit.content-background-hang-monitor.disabled", true);
|
||||
// https://developer.mozilla.org/en-US/docs/Mozilla/Benchmarking#Async_Stacks
|
||||
user_pref('javascript.options.asyncstack', false);
|
||||
|
||||
// enable marionette trace logging
|
||||
user_pref('marionette.log.level', 'Trace');
|
||||
|
||||
// disable Firefox Telemetry (and some other things too)
|
||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=1533879
|
||||
user_pref('datareporting.healthreport.uploadEnabled', false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user