summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-12-20 16:22:41 +0000
committerSteve Block <steveblock@google.com>2012-01-03 22:32:17 +0000
commita40797a8da53e570d4046e4dfee601be4b1bdb63 (patch)
treee471495226178d7690eb97bf83a8b62bb8bb6a8f
parent3850b81c2a488c5322c41117383f9964b5e4441b (diff)
downloadPinyinIME-a40797a8da53e570d4046e4dfee601be4b1bdb63.tar.gz
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I4d6a48db8ddecb00e0a1daf03a6684c42aac42a0
-rw-r--r--jni/share/userdict.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jni/share/userdict.cpp b/jni/share/userdict.cpp
index 135dd79..2843141 100644
--- a/jni/share/userdict.cpp
+++ b/jni/share/userdict.cpp
@@ -48,7 +48,7 @@ static struct timeval _tv_start_, _tv_end_;
(_tv_end_.tv_usec - _tv_start_.tv_usec); \
} while(0)
#define LOGD_PERF(message) \
- LOGD("PERFORMANCE[%s] %llu usec.", message, _ellapse_);
+ ALOGD("PERFORMANCE[%s] %llu usec.", message, _ellapse_);
#else
#define DEBUG_PERF_BEGIN
#define DEBUG_PERF_END