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:
Tarek Ziadé 2020-04-14 11:59:47 +00:00
parent 589036fa13
commit c0bded255c

View File

@ -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);