webrtc/examples
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
..
aarproject Use Android SDK from third_party/ for AppRTCMobile AAR-project. 2017-10-16 15:39:07 +00:00
androidapp Removing unused import. 2017-11-07 08:57:21 +00:00
androidjunit Fix/suppress new warnings introduced in Chromium roll. 2017-10-30 16:10:29 +00:00
androidtests Roll chromium_revision f93b8b19f2..adf969a7cb (513366:514871) and more. 2017-11-08 21:42:48 +00:00
objc Revert "Add file capturer to AppRTCMobile on simulator." 2017-11-08 14:13:11 +00:00
peerconnection Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
relayserver Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
stunprober Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
stunserver Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
turnserver Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
unityplugin Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
BUILD.gn Revert "Add file capturer to AppRTCMobile on simulator." 2017-11-08 14:13:11 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00