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

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

Change-Id: I0984316ef55c96b38b33dbb53a76bb4fcf6637bb
This commit is contained in:
Treehugger Robot
2020-10-27 04:21:42 +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