aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2020-10-26 14:35:58 +0000
committerBaligh Uddin <baligh@google.com>2020-10-26 14:35:58 +0000
commitbe2ffdcf6a7f789c281631c303f0da30ec66dcf3 (patch)
tree0a1508aeb1febfbac89dfda4aa9c06f35cd190e5
parentaa92e396b3b2c1218194158a968cfc10fdee5151 (diff)
downloadwebrtc_legacy-be2ffdcf6a7f789c281631c303f0da30ec66dcf3.tar.gz
Cleanup references to system/core/liblog -> system/logging/liblog
BUG: 170387172 Test: TH Change-Id: I53c7827a5908aaeb3fb0f82513255437e3560a88
-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