commit | ab4f1c1bceff064acf69990fade85fc3f1afd48b | [log] [tgz] |
---|---|---|
author | Karl Wiberg <kwiberg@webrtc.org> | Fri May 04 08:42:28 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri May 04 09:22:34 2018 |
tree | 92dc8cf98c8f305547fa842d99ae1df843b422b6 | |
parent | 65ddf07219d3a40ed336e9521b54b1ed72f0ada9 [diff] |
Be more clever when passing default arguments in log statements Default argument values are taken care of at the call site. If we switch to a separate overload, all of those call sites won't have to pass the default values, saving a few instructions each time. In aggregate, this reduces the size of libjingle_peerconnection_so.so by 12 kB. Bug: webrtc:9185 Change-Id: I8c792c7c6e5b230376dd129d16d9ed2541444d88 Reviewed-on: https://webrtc-review.googlesource.com/74440 Reviewed-by: Jonas Olsson <jonasolsson@webrtc.org> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23112}
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.