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:32:26 +0000
commitc945cd8ec1e0da826f4cc7fa58f4a0ec2b4225e0 (patch)
tree04f106e9da9d6523738666571dce76d911cc99d2
parent0042d73d737b4338785c396bef4e972ea310dd90 (diff)
downloadbluetooth-c945cd8ec1e0da826f4cc7fa58f4a0ec2b4225e0.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: Ic08ff7c6b62e4c5cdccd8f446d7c0aa0e0a6cf30
-rw-r--r--brcm_patchram_plus/brcm_patchram_plus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/brcm_patchram_plus/brcm_patchram_plus.c b/brcm_patchram_plus/brcm_patchram_plus.c
index 3aa5d24..7316646 100644
--- a/brcm_patchram_plus/brcm_patchram_plus.c
+++ b/brcm_patchram_plus/brcm_patchram_plus.c
@@ -130,7 +130,7 @@
#define LOG_TAG "brcm_patchram_plus"
#include <cutils/log.h>
#undef printf
-#define printf LOGD
+#define printf ALOGD
#undef fprintf
#define fprintf(x, ...) \
{ if(x==stderr) LOGE(__VA_ARGS__); else fprintf(x, __VA_ARGS__); }