aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-10-27 03:33:37 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-10-27 03:33:37 +0000
commit3e1889fd3ec2121f051cded7fa3aaa946b442a6d (patch)
treea889ff3c980986f24f605efd6edf1782ed4235a9
parentfe6183769defbab5009f3889e0bea8fd6e162fad (diff)
parentaea5e4c8934ba29a0901b17acf89e2214e4f320c (diff)
downloadwebrtc-3e1889fd3ec2121f051cded7fa3aaa946b442a6d.tar.gz
Merge "Cleanup references to system/core/liblog -> system/logging/liblog"
-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