aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/qemud
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-12-20 16:21:49 +0000
committerSteve Block <steveblock@google.com>2012-01-03 22:32:22 +0000
commit403ded01593c108fa6133685eb362b304cde987f (patch)
tree231d45124e45edd16d3fca3565330be745d08dee /emulator/qemud
parent820265da80f6aef2f95d94bbc329e30999ec794f (diff)
downloadsdk-403ded01593c108fa6133685eb362b304cde987f.zip
sdk-403ded01593c108fa6133685eb362b304cde987f.tar.gz
sdk-403ded01593c108fa6133685eb362b304cde987f.tar.bz2
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I9736fcbb62da749c049178b03ddaccda30dcebf5
Diffstat (limited to 'emulator/qemud')
-rw-r--r--emulator/qemud/qemud.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/qemud/qemud.c b/emulator/qemud/qemud.c
index dc04de8..e836376 100644
--- a/emulator/qemud/qemud.c
+++ b/emulator/qemud/qemud.c
@@ -87,7 +87,7 @@
#if DEBUG
# define LOG_TAG "qemud"
# include <cutils/log.h>
-# define D(...) LOGD(__VA_ARGS__)
+# define D(...) ALOGD(__VA_ARGS__)
#else
# define D(...) ((void)0)
# define T(...) ((void)0)