summaryrefslogtreecommitdiffstats
path: root/Linux_x86
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2011-05-25 13:53:14 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-05-25 13:53:14 -0700
commitffef684400a6420e365efeb77f5fffb747045c35 (patch)
tree4778e1d4a46540d9b331d2c2558e3df123cb6992 /Linux_x86
parent4be773cac714184b24bc9d4191b778efefe16472 (diff)
parent8a89297a74530b7fcea8fdc41ddf6ba01e2ccd9f (diff)
downloadexternal_libnfc-nxp-ffef684400a6420e365efeb77f5fffb747045c35.zip
external_libnfc-nxp-ffef684400a6420e365efeb77f5fffb747045c35.tar.gz
external_libnfc-nxp-ffef684400a6420e365efeb77f5fffb747045c35.tar.bz2
Merge "Guard some code by LOW_LEVEL_TRACES; see c1f33130d9d2100e6232f8f3c782949c75205be6" into gingerbread
Diffstat (limited to 'Linux_x86')
-rw-r--r--Linux_x86/phDal4Nfc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Linux_x86/phDal4Nfc.c b/Linux_x86/phDal4Nfc.c
index 3a3b181..a8803e2 100644
--- a/Linux_x86/phDal4Nfc.c
+++ b/Linux_x86/phDal4Nfc.c
@@ -707,7 +707,9 @@ retry:
else
{
i2c_error_count = 0;
+#ifdef LOW_LEVEL_TRACES
phOsalNfc_PrintData("Received buffer", (uint16_t)gReadWriteContext.nNbOfBytesRead, gReadWriteContext.pReadBuffer);
+#endif
DAL_DEBUG("Read ok. nbToRead=%d\n", gReadWriteContext.nNbOfBytesToRead);
DAL_DEBUG("NbReallyRead=%d\n", gReadWriteContext.nNbOfBytesRead);
DAL_PRINT("ReadBuff[]={ ");