commit | d8c50780ea6757d2709fef67e2244fd931184323 | [log] [tgz] |
---|---|---|
author | Jonas Olsson <jonasolsson@webrtc.org> | Fri Sep 07 09:21:28 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 07 13:27:29 2018 |
tree | 25c0247e401822a73965351a4d87ff9171d0d35d | |
parent | d52a1a6971bbb0be093f912d02d2cc5a362dd8a2 [diff] |
Reland "Consolidate loggability checks and replace streams." Currently we check if a message should be printed at the call site using LogMessage::Loggable, in the LogMessage itself using LogMessage::IsNoop and in LogMessage::OutputToDebug using log_to_stderr_. This change unifies the first two of these into a early return in Log(). Bug: webrtc:8982 Change-Id: I462b1cf63c44fec46e5c59b147b2b99605aaae0c Reviewed-on: https://webrtc-review.googlesource.com/98820 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24630}
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.