webrtc/rtc_tools
Mirko Bonadei 675513b96a Stop using LOG macros in favor of RTC_ prefixed macros.
This CL has been generated with the following script:

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
  git grep -l $m | xargs sed -i "s,\b$m\b,RTC_$m,g"
done
git checkout rtc_base/logging.h
git cl format

Bug: webrtc:8452
Change-Id: I1a53ef3e0a5ef6e244e62b2e012b864914784600
Reviewed-on: https://webrtc-review.googlesource.com/21325
Reviewed-by: Niels Moller <nisse@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20617}
2017-11-09 11:56:32 +00:00
..
agc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
barcode_tools Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
converter Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
event_log_visualizer Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
force_mic_volume_max Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
frame_analyzer Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
frame_editing Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
loopback_test Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
network_tester Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
psnr_ssim_analyzer Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
py_event_log_analyzer Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
rtcbot Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
testing Partial revert of "Update scripts to use DEPS-pinned depot_tools" 2017-10-18 13:06:58 +00:00
author_line_count.sh Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
BUILD.gn Delete deprecated constructor of SendSideCongestionController. 2017-11-06 15:02:36 +00:00
class_usage.sh Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
compare_videos.py Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
header_usage.sh header_usage.sh: Keep leading directory for grep. 2017-10-19 13:46:51 +00:00
OWNERS Expand ownership of rtc_tools. 2017-11-06 11:13:26 +00:00
sanitizers_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
simple_command_line_parser.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
simple_command_line_parser.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
simple_command_line_parser_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
video_analysis.py Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
video_analysis_test.py Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00