Media/WebRTC/Logging: Difference between revisions

Adding link to NSPR LOG MODULES and pointer to more NSPR options.
(Adding link to NSPR log levels.)
(Adding link to NSPR LOG MODULES and pointer to more NSPR options.)
Line 14: Line 14:
* NSPR_LOG_FILE=/path/to/nspr.log (if you don't want the default stderr)
* NSPR_LOG_FILE=/path/to/nspr.log (if you don't want the default stderr)


You can also add ",timestamp" to that list if you want each log message to include timestamps.
You can also add ",timestamp" to that list if you want each log message to include timestamps. Other options are available as well, and they are detailed under "Description" on the [https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR/Reference/NSPR_LOG_MODULES NSPR LOG MODULES] MDN page.


=== getUserMedia ===
=== getUserMedia ===
139

edits