summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Koldobskiy <admin@nevergone.ru>2014-06-06 20:39:37 +0400
committerAdrian DC <radian.dc@gmail.com>2016-09-02 10:32:04 -0700
commit978e1ce3fc660546a6e0b4432e2af95e1621ce82 (patch)
tree4e1ece65bc1140c0a78c9e43c37b2303b4d714eb
parent76f8fa7177767cb377f9212e207e3ac16f9b8d48 (diff)
downloadandroid_external_libnfc-nxp-lineage-15.0.tar.gz
android_external_libnfc-nxp-lineage-15.0.tar.bz2
android_external_libnfc-nxp-lineage-15.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 (cherry picked from commit 6b8b533fb75d3c356d3fba382d70c4704ed01399)
-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++;