aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-11-30 18:37:22 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-11-30 18:37:22 +0000
commitf9606b969a76715a3c26a532208898e5063be039 (patch)
tree0a1508aeb1febfbac89dfda4aa9c06f35cd190e5
parentee39397c26fab8b841542078e728918d1aa85bc9 (diff)
parentbe2ffdcf6a7f789c281631c303f0da30ec66dcf3 (diff)
downloadwebrtc_legacy-simpleperf-release.tar.gz
Snap for 7002008 from be2ffdcf6a7f789c281631c303f0da30ec66dcf3 to simpleperf-releasesimpleperf-release
Change-Id: I0249da680edd4038c9db3048251784d9693378a5
-rw-r--r--webrtc/base/logging.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/base/logging.cc b/webrtc/base/logging.cc
index 686b9b2b0..d987bdffc 100644
--- a/webrtc/base/logging.cc
+++ b/webrtc/base/logging.cc
@@ -23,7 +23,7 @@
#include <android/log.h>
// 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