Cleanup references to system/core/liblog -> system/logging/liblog

BUG: 170387172
Test: TH
Change-Id: I4d7677220790089f87161bde608c70f244c080e1
This commit is contained in:
Baligh Uddin
2020-10-26 14:35:51 +00:00
parent fe6183769d
commit aea5e4c893

View File

@ -29,7 +29,7 @@
// Android has a 1024 limit on log inputs. We use 60 chars as an // Android has a 1024 limit on log inputs. We use 60 chars as an
// approx for the header/tag portion. // 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; static const int kMaxLogLineSize = 1024 - 60;
#endif // WEBRTC_MAC && !defined(WEBRTC_IOS) || WEBRTC_ANDROID #endif // WEBRTC_MAC && !defined(WEBRTC_IOS) || WEBRTC_ANDROID