commit | ee10ea8a4181dcad806ffb583495766da102528e | [log] [tgz] |
---|---|---|
author | Karl Wiberg <kwiberg@webrtc.org> | Fri May 04 11:27:48 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri May 04 14:38:34 2018 |
tree | 76fa409a6062b61b00067bcadcd0b308f6985d9a | |
parent | 5faf36ef3c582350fba5ef97a3549e440d81a283 [diff] |
RTC_LOG(): Internally, pass logging severity as template argument When the logging severity is statically known, passing it as a template argument instead of as a function argument saves space at the call site. In aggregate, this reduces the size of libjingle_peerconnection_so.so by 8 kB. Bug: webrtc:9185 Change-Id: I9ca363845216370e97b230952c86e6d07719962f Reviewed-on: https://webrtc-review.googlesource.com/74480 Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Reviewed-by: Jonas Olsson <jonasolsson@webrtc.org> Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23121}
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.