commit | 8ed8e56149995cdb05d1566bc23a97bf93b9a236 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Fri Oct 27 09:43:53 2017 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 27 08:24:37 2017 +0000 |
tree | acff317152049a37ab56351e5358ae1dd7e73e9f | |
parent | b2d355ed1f978e0f25c3998a61d79877f622d601 [diff] |
Adding RTC_ prefixed LOG macros. In order to avoid conflicts with downstream projects WebRTC is going to prefix its LOG macros with RTC_. This CL renames all the LOG macros to macros with the RTC_ prefix and it also defines backward compatibility LOG macros in order to let downstream projects to switch to RTC_ prefixed macros without breaking them. A follow-up CL will remove the usage of LOG macros in WebRTC. Bug: webrtc:8452 Change-Id: Ic3e495cba6c772f65259dc65ee278560a59d02d7 Reviewed-on: https://webrtc-review.googlesource.com/15442 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20456}
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.