commit | 45a4c41eda9066a62e7e324b008a35c0295f15c7 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Tue Jul 31 13:07:28 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jul 31 17:24:09 2018 |
tree | 3c2e5083f3015d74911348ddd983728b584d0467 | |
parent | 2a99c0bf6765d9c4615236ba4e00886678b2ef76 [diff] |
Never invoke rtc::LogMessage::SetLogToStderr outside of main. rtc::LogMessage::SetLogToStderr should only be invoked by the main function in order to enable or disable logging in a consistent way [1]. Usage of rtc::LogMessage::SetLogToStderr in other parts of the codebase creates complex behaviors and confusion. [1] - https://cs.chromium.org/chromium/src/third_party/webrtc/test/test_main.cc?l=88&rcl=665174fdbb4e0540eccb27cf7412348f1b65534c Bug: None Change-Id: Iae86fb14d7ca40af6d78d0f0cd81c5a39f65068d Reviewed-on: https://webrtc-review.googlesource.com/91442 Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Jonas Olsson <jonasolsson@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Steve Anton <steveanton@webrtc.org> Commit-Queue: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24154}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.