aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2020-10-26 14:35:51 +0000
committerBaligh Uddin <baligh@google.com>2020-10-26 14:35:51 +0000
commitaea5e4c8934ba29a0901b17acf89e2214e4f320c (patch)
treea889ff3c980986f24f605efd6edf1782ed4235a9
parentfe6183769defbab5009f3889e0bea8fd6e162fad (diff)
downloadwebrtc-aea5e4c8934ba29a0901b17acf89e2214e4f320c.tar.gz
Cleanup references to system/core/liblog -> system/logging/liblog
BUG: 170387172 Test: TH Change-Id: I4d7677220790089f87161bde608c70f244c080e1
-rw-r--r--rtc_base/logging.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtc_base/logging.cc b/rtc_base/logging.cc
index d07a7e75e7..49a1e6a68f 100644
--- a/rtc_base/logging.cc
+++ b/rtc_base/logging.cc
@@ -29,7 +29,7 @@
// Android has a 1024 limit on log inputs. We use 60 chars as an
// approx for the header/tag portion.
-// See android/system/core/liblog/logd_write.c
+// See android/system/logging/liblog/logd_write.c
static const int kMaxLogLineSize = 1024 - 60;
#endif // WEBRTC_MAC && !defined(WEBRTC_IOS) || WEBRTC_ANDROID