diff options
| author | Vladislav Koldobskiy <admin@nevergone.ru> | 2014-06-06 20:39:37 +0400 |
|---|---|---|
| committer | Vladislav Koldobskiy <admin@nevergone.ru> | 2014-06-06 20:53:40 +0400 |
| commit | 4b9dbbb9a8aa869cca086e2d5d726318bb2b8c27 (patch) | |
| tree | ee2be999036736c72ca120e8fac0bef74b301e78 | |
| parent | b835f3725d060b08b900059c5c95dfa5d801649b (diff) | |
| download | android_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 | |
Stop "LLC length mis-match" log spamcm-11.0-XNPH44S-bacon-5fa8c79c0bcm-11.0-XNPH33R-bacon-3628510d76cm-11.0-XNPH30O-bacon-4f280f505acm-11.0-XNPH05Q-tomato-9828f8e9cccm-11.0-XNPH05Q-bacon-5229c4ef56stable/cm-11.0-XNG3Cstable/cm-11.0-XNG2Sstable/cm-11.0-XNF9Xstable/cm-11.0-XNF8Ystable/cm-11.0shipping/cm-11.0cm-11.0
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.c | 2 |
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++; |
