Bug 870002: enable MediaStreamGraph logging to try to hunt down bug 870002 r=philor

This commit is contained in:
Randell Jesup 2013-05-09 02:05:06 -04:00
parent a79c431418
commit 70569bdd14

View File

@ -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'