commit | 06ade6ae1bd015e8b8ad0685847911213c93cc5b | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Thu Oct 20 11:56:00 2011 +0100 |
committer | Jean-Baptiste Queru <jbq@google.com> | Thu Jan 19 14:44:31 2012 -0800 |
tree | 0fb687dcbdf125a30cdb645605b57bb847d0c7b5 | |
parent | c318bbb05e02a0080e129623ec8029d31be0d60e [diff] [blame] |
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) Change-Id: I5321ebd12e9c6248a108529e82c4e1af2a4405e3
diff --git a/libs/utils/FileMap.cpp b/libs/utils/FileMap.cpp index c220a90..294f7b6 100644 --- a/libs/utils/FileMap.cpp +++ b/libs/utils/FileMap.cpp
@@ -190,7 +190,7 @@ assert(mBasePtr != NULL); - LOGV("MAP: base %p/%d data %p/%d\n", + ALOGV("MAP: base %p/%d data %p/%d\n", mBasePtr, (int) mBaseLength, mDataPtr, (int) mDataLength); return true;