mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 1027454 - Enable WiFi debugging by default. r=past,janx
This commit is contained in:
parent
83bbeeb41e
commit
6fb72259bb
@ -828,12 +828,12 @@ pref("devtools.dump.emit", false);
|
||||
|
||||
// Disable device discovery logging
|
||||
pref("devtools.discovery.log", false);
|
||||
// Disable scanning for DevTools devices via WiFi
|
||||
pref("devtools.remote.wifi.scan", false);
|
||||
// Hide UI options for controlling device visibility over WiFi
|
||||
// Whether to scan for DevTools devices via WiFi
|
||||
pref("devtools.remote.wifi.scan", true);
|
||||
// Whether UI options for controlling device visibility over WiFi are shown
|
||||
// N.B.: This does not set whether the device can be discovered via WiFi, only
|
||||
// whether the UI control to make such a choice is shown to the user
|
||||
pref("devtools.remote.wifi.visible", false);
|
||||
pref("devtools.remote.wifi.visible", true);
|
||||
// Client must complete TLS handshake within this window (ms)
|
||||
pref("devtools.remote.tls-handshake-timeout", 10000);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user