commit | 9f760150f6e0f39b9923cfdc875373606839ee00 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Wed Oct 12 17:27:03 2011 +0100 |
committer | Steve Block <steveblock@google.com> | Tue Oct 25 16:28:24 2011 +0100 |
tree | ebb4861bf3dab832d6c6e19a6a7fe9615bd15a91 | |
parent | ae83b8ee9bd5db63f14a9c8d6570a65b66197c2e [diff] [blame] |
Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE See https://android-git.corp.google.com/g/#/c/141576 Bug: 5449033 Change-Id: I42575e7c29cf1c0f465c357a5c97ab118df6f473
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 @@ /*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; }