aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-10-27 04:48:36 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-27 04:48:36 +0000
commitf977c5c2e5e274120fc8e6ca56dc94e78ddbeed6 (patch)
treea889ff3c980986f24f605efd6edf1782ed4235a9
parentc712229de09cb531768fd90b34e6691b778532bb (diff)
parent3d67c430a2b96867f3395589ff09069bcba1f278 (diff)
downloadwebrtc-f977c5c2e5e274120fc8e6ca56dc94e78ddbeed6.tar.gz
Merge "Cleanup references to system/core/liblog -> system/logging/liblog" am: 3e1889fd3e am: 0efa937b01 am: 3d67c430a2
Original change: https://android-review.googlesource.com/c/platform/external/webrtc/+/1474038 Change-Id: Ie617c1f08aeced2543a5a1b62b821e2319369595
-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