summaryrefslogtreecommitdiff
path: root/libs/rs/rsAllocation.cpp
diff options
context:
space:
mode:
author Steve Block <steveblock@google.com> 2011-10-20 11:56:00 +0100
committer Jean-Baptiste Queru <jbq@google.com> 2012-01-19 14:44:31 -0800
commit06ade6ae1bd015e8b8ad0685847911213c93cc5b (patch)
tree0fb687dcbdf125a30cdb645605b57bb847d0c7b5 /libs/rs/rsAllocation.cpp
parentc318bbb05e02a0080e129623ec8029d31be0d60e (diff)
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)
Change-Id: I5321ebd12e9c6248a108529e82c4e1af2a4405e3
Diffstat (limited to 'libs/rs/rsAllocation.cpp')
-rw-r--r--libs/rs/rsAllocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsAllocation.cpp b/libs/rs/rsAllocation.cpp
index e73263009fc6..35d812d40f25 100644
--- a/libs/rs/rsAllocation.cpp
+++ b/libs/rs/rsAllocation.cpp
@@ -191,7 +191,7 @@ void Allocation::dumpLOGV(const char *prefix) const {
mHal.state.type->dumpLOGV(s.string());
}
- LOGV("%s allocation ptr=%p mUsageFlags=0x04%x, mMipmapControl=0x%04x",
+ ALOGV("%s allocation ptr=%p mUsageFlags=0x04%x, mMipmapControl=0x%04x",
prefix, getPtr(), mHal.state.usageFlags, mHal.state.mipmapControl);
}