diff options
author | Steve Block <steveblock@google.com> | 2011-10-12 17:27:03 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2011-10-25 16:28:24 +0100 |
commit | 28d9f024e043817212b15f04128d0464330502ea (patch) | |
tree | 7e2c86394b95b0eae87810cca3cfa1b2dd98ef5e /libs/utils/Timers.cpp | |
parent | 2536b1d627c0296531a91dc519ee8d84ed505291 (diff) | |
download | frameworks_base-28d9f024e043817212b15f04128d0464330502ea.zip frameworks_base-28d9f024e043817212b15f04128d0464330502ea.tar.gz frameworks_base-28d9f024e043817212b15f04128d0464330502ea.tar.bz2 |
Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/141576
Bug: 5449033
Change-Id: I42575e7c29cf1c0f465c357a5c97ab118df6f473
Diffstat (limited to 'libs/utils/Timers.cpp')
-rw-r--r-- | libs/utils/Timers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/utils/Timers.cpp b/libs/utils/Timers.cpp index 64a29f5..64b4701 100644 --- a/libs/utils/Timers.cpp +++ b/libs/utils/Timers.cpp @@ -113,7 +113,7 @@ long long DurationTimer::durationUsecs(void) const /*static*/ void DurationTimer::addToTimeval(struct timeval* ptv, long usec) { if (usec < 0) { - LOG(LOG_WARN, "", "Negative values not supported in addToTimeval\n"); + ALOG(LOG_WARN, "", "Negative values not supported in addToTimeval\n"); return; } |