summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-12-20 16:22:43 +0000
committerSteve Block <steveblock@google.com>2012-01-03 22:31:10 +0000
commit4fa0356a74ee27878324343f2d5f17d897ba58d9 (patch)
treefcd3c0f2586f2bc3a0958a48834feb834d22632a
parenta95d8db002770469d72dfaf59ff37ac96db29a87 (diff)
downloademoji-4fa0356a74ee27878324343f2d5f17d897ba58d9.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: I96480d9e7b21e0ec48a45dc808011ee12452f19e
-rw-r--r--EmojiFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/EmojiFactory.cpp b/EmojiFactory.cpp
index 1d598a5..36ee052 100644
--- a/EmojiFactory.cpp
+++ b/EmojiFactory.cpp
@@ -55,7 +55,7 @@ void EmojiFactoryManager::Init() {
char *emoji_libraries = new char[PROPERTY_VALUE_MAX];
int len = property_get("ro.config.libemoji", emoji_libraries, "");
- // LOGD("ro.config.libemoji: %s", emoji_libraries);
+ // ALOGD("ro.config.libemoji: %s", emoji_libraries);
if (len > 0) {
char *saveptr, *ptr;
ptr = emoji_libraries;