Media/WebRTC/Logging: Difference between revisions

Jump to navigation Jump to search
(s/MOZ_LOG/MOZ_LOG_MODULES)
Line 3: Line 3:
=== Note about NSPR and MOZ_LOG ===
=== Note about NSPR and MOZ_LOG ===
NSPR has been deprecated in favor of [https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Gecko_Logging MOZ_LOG].
NSPR has been deprecated in favor of [https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Gecko_Logging MOZ_LOG].
 
However, these are two parallel logging systems and the webrtc code uses NSPR. At least for now the MOZ_LOG* variables can not be used to control webrtc logging.
Environment variable changes:
* MOZ_LOG_MODULES now takes the place of NSPR_LOG_MODULES
* MOZ_LOG_FILE now takes the place of NSPR_LOG_FILE
* Avoid having both NSPR_$FOO and MOZ_$FOO set.
* (See <https://groups.google.com/forum/#!topic/mozilla.dev.platform/8AlMO5zv9kc>)


=== ICE/STUN/TURN ===
=== ICE/STUN/TURN ===
139

edits

Navigation menu