Hello, 

I'm having a hard time enabling logs for WebRTC on FF 55 x64 for Windows 10. 
I've been using these environments: 

R_LOG_LEVEL=3
R_LOG_VERBOSE=1
NSPR_LOG_MODULES=timestamp,sync,nsHttp:4,nsSocketTransport:4,nsStreamPump:4,nsHostResolver:4,signaling:5,mtransport:5,MediaManager:4,GetUserMedia:4,webrtc_trace:5
NSPR_LOG_FILE=%temp%\nspr.log
WEBRTC_TRACE_FILE=nspr

R_LOG_LEVEL=3
R_LOG_VERBOSE=1
NSPR_LOG_MODULES=timestamp,sync,nsHttp:4,nsSocketTransport:4,nsStreamPump:4,nsHostResolver:4,signaling:5,mtransport:5,MediaManager:4,GetUserMedia:4,webrtc_trace:5
WEBRTC_TRACE_FILE=%temp%\webrtc.log

In both cases, nspr.log (first case) or default logfile (second case) is 
populated with info about TCP, HTTP and so on but nothing pertaining to 
signaling, nor is the file "webrtc.log" created.

I have also tried not using environment variables in a script but about:config 
and about:networking to set log modules. However I still get the same result.

The same procedures on FF 56.0b5 x64 also yield the same results.

Am I doing something very wrong or forgetting something very important ? ^.^

Thank you for your help, 

Sylvain Pascou
_______________________________________________
dev-media mailing list
dev-media@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-media

Reply via email to