aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-10-28 03:14:27 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-10-28 03:14:27 +0000
commitbc4a816413a21b1e7bebcea2be0ea2fae612ce25 (patch)
treea889ff3c980986f24f605efd6edf1782ed4235a9
parent069afcd1f1f44aa3057e2509d2c8804025732474 (diff)
parent7f45246a60da8048470e8ee0a78b5bbadcc6b1c2 (diff)
downloadwebrtc-bc4a816413a21b1e7bebcea2be0ea2fae612ce25.tar.gz
Snap for 6935625 from 7f45246a60da8048470e8ee0a78b5bbadcc6b1c2 to sc-d1-release
Change-Id: Ic44663d5ea745be995435547970ffd3f05a0444b
-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