commit | 9bb8f80c405fb07c6d32f85c246578cb87898a21 | [log] [tgz] |
---|---|---|
author | Jiawei Ou <ouj@fb.com> | Tue Jul 10 00:21:09 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jul 10 08:43:58 2018 |
tree | 7942fdd56dee7bdf954bdbe3686d9853e7e4353d | |
parent | 1e06d885dcad0690f2ef41396c5158059cad9afc [diff] |
Make the default severity level of RTCCallbackLogger match the comment on its header. The comment here said it is kRTCLoggingSeverityInfo https://cs.chromium.org/chromium/src/third_party/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCCallbackLogger.h?type=cs&q=RTCCallbacklogger&sq=package:chromium&g=0&l=23 Which is not true since objective c auto initailize all member to 0, the severity level will be verbose. Bug: webrtc:9509 Change-Id: I894e2d8df33bf12bdf041cdee9e6dd3adef7fb12 Reviewed-on: https://webrtc-review.googlesource.com/87800 Reviewed-by: Anders Carlsson <andersc@webrtc.org> Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23898}
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.