aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2020-10-27 03:45:45 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-27 03:45:45 +0000
commitd8f613ac22acb06e9ae76f68259b0b6c74e5b7fb (patch)
tree0a1508aeb1febfbac89dfda4aa9c06f35cd190e5
parentaa92e396b3b2c1218194158a968cfc10fdee5151 (diff)
parentbe2ffdcf6a7f789c281631c303f0da30ec66dcf3 (diff)
downloadwebrtc_legacy-d8f613ac22acb06e9ae76f68259b0b6c74e5b7fb.tar.gz
Cleanup references to system/core/liblog -> system/logging/liblog am: be2ffdcf6a
Original change: https://android-review.googlesource.com/c/platform/external/webrtc_legacy/+/1474039 Change-Id: Ib947b425fb19c80955d194ae7f929ddf42b803b9
-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