Merge "Cleanup references to system/core/liblog -> system/logging/liblog" am: 3e1889fd3e am: 0efa937b01 am: 3d67c430a2 am: f977c5c2e5

Original change: https://android-review.googlesource.com/c/platform/external/webrtc/+/1474038

Change-Id: I15259e2061b35985df16780a8ff3c241fee60f4f
This commit is contained in:
Treehugger Robot
2020-10-27 05:04:41 +00:00
committed by Automerger Merge Worker

View File

@ -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