summaryrefslogtreecommitdiff
path: root/opengl/libagl/Tokenizer.cpp
diff options
context:
space:
mode:
author Steve Block <steveblock@google.com> 2012-01-04 10:13:13 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2012-01-04 10:13:13 -0800
commit7e2b7472a119151da179e0ef334e6099fd56d311 (patch)
treed75ee99e732f634ca5892b52fa869ce520df29c9 /opengl/libagl/Tokenizer.cpp
parenta91bc48fbd4a2ca744b4e4a4cfb695375f0aaf1c (diff)
parent9d4536835248525f32f1504a3d28d5bbfa0a2910 (diff)
Merge "Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE"
Diffstat (limited to 'opengl/libagl/Tokenizer.cpp')
-rw-r--r--opengl/libagl/Tokenizer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/libagl/Tokenizer.cpp b/opengl/libagl/Tokenizer.cpp
index 9b3ea1ac92..eac8d6d768 100644
--- a/opengl/libagl/Tokenizer.cpp
+++ b/opengl/libagl/Tokenizer.cpp
@@ -163,9 +163,9 @@ void Tokenizer::dump() const
{
const run_t* ranges = mRanges.array();
const size_t c = mRanges.size();
- LOGD("Tokenizer (%p, size = %u)\n", this, c);
+ ALOGD("Tokenizer (%p, size = %u)\n", this, c);
for (size_t i=0 ; i<c ; i++) {
- LOGD("%u: (%u, %u)\n", i, ranges[i].first, ranges[i].length);
+ ALOGD("%u: (%u, %u)\n", i, ranges[i].first, ranges[i].length);
}
}