mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 14:46:02 +00:00
Bug 870002: enable MediaStreamGraph logging to try to hunt down bug 870002 r=philor
This commit is contained in:
parent
a79c431418
commit
70569bdd14
@ -746,8 +746,9 @@ user_pref("camino.use_system_proxy_settings", false); // Camino-only, harmless t
|
||||
# Additional temporary logging while we try to debug some intermittent
|
||||
# WebRTC conditions. This is necessary to troubleshoot bugs 841496,
|
||||
# 841150, and 839677 (at least)
|
||||
# Also (temporary) bug 870002 (mediastreamgraph)
|
||||
if 'NSPR_LOG_MODULES' not in env:
|
||||
env['NSPR_LOG_MODULES'] = 'signaling:5,mtransport:3'
|
||||
env['NSPR_LOG_MODULES'] = 'signaling:5,mtransport:3,mediastreamgraph:4'
|
||||
env['R_LOG_LEVEL'] = '5'
|
||||
env['R_LOG_DESTINATION'] = 'stderr'
|
||||
env['R_LOG_VERBOSE'] = '1'
|
||||
|
Loading…
x
Reference in New Issue
Block a user