summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Koldobskiy <admin@nevergone.ru>2014-06-06 20:39:37 +0400
committerVladislav Koldobskiy <admin@nevergone.ru>2014-06-06 20:53:40 +0400
commit4b9dbbb9a8aa869cca086e2d5d726318bb2b8c27 (patch)
treeee2be999036736c72ca120e8fac0bef74b301e78
parentb835f3725d060b08b900059c5c95dfa5d801649b (diff)
downloadandroid_external_libnfc-nxp-stable/cm-11.0.tar.gz
android_external_libnfc-nxp-stable/cm-11.0.tar.bz2
android_external_libnfc-nxp-stable/cm-11.0.zip
Happens on all Sony fusion3 devices, probably others. The message is not present in stock libnfc.so, most probably Sony decided to remove/comment it too. PS2: change to ALOGV instead... Change-Id: Ib4faa0c571747a874eb582f411bf464622f25d92
-rw-r--r--src/phLlcNfc_Interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phLlcNfc_Interface.c b/src/phLlcNfc_Interface.c
index 7f3336d..5b40269 100644
--- a/src/phLlcNfc_Interface.c
+++ b/src/phLlcNfc_Interface.c
@@ -919,7 +919,7 @@ phLlcNfc_RdResp_Cb(
}
} else if (NFCSTATUS_READ_FAILED == pCompInfo->status) {
// partial read - try reading the length byte again
- ALOGW("LLC length mis-match\n");
+ ALOGV("LLC length mis-match\n");
ps_frame_info->recv_error_count = (uint8_t)
(ps_frame_info->recv_error_count + 1);
libnfc_llc_error_count++;