summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-12-20 16:20:37 +0000
committerSteve Block <steveblock@google.com>2012-01-03 22:30:26 +0000
commit1f23e48e59a9d8ba8bfd60c4a4de4fb656651200 (patch)
treede4dd6141205c521057e7239a05824cdf1ccd5ee /src
parent63ae76647f2d039340ba7a24d1e27034a03bcd09 (diff)
downloadexternal_libnfc-nxp-1f23e48e59a9d8ba8bfd60c4a4de4fb656651200.zip
external_libnfc-nxp-1f23e48e59a9d8ba8bfd60c4a4de4fb656651200.tar.gz
external_libnfc-nxp-1f23e48e59a9d8ba8bfd60c4a4de4fb656651200.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: Ie5dac4fad8942433d2b8fe3c0539e4c3c678a082
Diffstat (limited to 'src')
-rw-r--r--src/phHciNfc_Generic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phHciNfc_Generic.h b/src/phHciNfc_Generic.h
index 1d7b522..de4bbfd 100644
--- a/src/phHciNfc_Generic.h
+++ b/src/phHciNfc_Generic.h
@@ -76,7 +76,7 @@ extern char phOsalNfc_DbgTraceBuffer[];
#define MAX_TRACE_BUFFER 150
/* #define HCI_PRINT( str ) phOsalNfc_DbgTrace(str) */
#define HCI_PRINT( str ) phOsalNfc_DbgString(str)
-#define HCI_DEBUG(...) LOGD(__VA_ARGS__)
+#define HCI_DEBUG(...) ALOGD(__VA_ARGS__)