From 4b9dbbb9a8aa869cca086e2d5d726318bb2b8c27 Mon Sep 17 00:00:00 2001 From: Vladislav Koldobskiy Date: Fri, 6 Jun 2014 20:39:37 +0400 Subject: Stop "LLC length mis-match" log spam 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 --- src/phLlcNfc_Interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; -- cgit v1.2.3