commit | 72c4250cabad8d754135d585863d1630fe04f7e3 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Thu Nov 09 09:33:23 2017 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 09 09:49:12 2017 +0000 |
tree | d9fdf3b2f726ce00b9013c3ddf9dc497f8b98482 | |
parent | b52a4d90c2ddb3ef7c7d33408ab2116d40ec6e9a [diff] |
Formatting some files with LOG macros usage. In order to create a clean CL to switch to RTC_ prefixed LOG macros this CL runs `git cl format --full` on the files with LOG macros in the following directories: - modules/audio_device - modules/media_file - modules/video_capture This CL has been automatically generated with: for m in PLOG \ LOG_TAG \ LOG_GLEM \ LOG_GLE_EX \ LOG_GLE \ LAST_SYSTEM_ERROR \ LOG_ERRNO_EX \ LOG_ERRNO \ LOG_ERR_EX \ LOG_ERR \ LOG_V \ LOG_F \ LOG_T_F \ LOG_E \ LOG_T \ LOG_CHECK_LEVEL_V \ LOG_CHECK_LEVEL \ LOG do for d in media_file video_capture audio_device; do cd modules/$d git grep -l $m | grep -E "\.(cc|h|m|mm)$" | xargs sed -i "1 s/$/ /" cd ../.. done done git cl format --full Bug: webrtc:8452 Change-Id: I2858b6928e6bd79957f2e5e0b07028eb68a304b2 Reviewed-on: https://webrtc-review.googlesource.com/21322 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20613}
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.