commit | 92e379663aef11c66af706932188bb69f00d640b | [log] [tgz] |
---|---|---|
author | Karl Wiberg <kwiberg@webrtc.org> | Tue Sep 22 11:22:20 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 22 12:08:38 2020 |
tree | c615ac662ec858af7a90606417254c4ed2ff5dca | |
parent | b166dc2b4e74911f90b4bc86ef119c3224dce7c2 [diff] |
RTC_LOG: Fix bug introduced in a recent CL https://webrtc-review.googlesource.com/c/src/+/184922 removed the check for whether we should actually emit a given log message or not from the main logging function, and attempted to put it around each call site instead, so that we could check first and avoid computing log arguments if the check says no. However, it missed these two places. Bug: webrtc:11968 Change-Id: I1a0d68888d1a2c9814bc02fe9db49d7084bad8fd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/185004 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32162}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.