diff options
| author | Vladislav Koldobskiy <admin@nevergone.ru> | 2014-06-06 20:39:37 +0400 |
|---|---|---|
| committer | AdrianDC <radian.dc@gmail.com> | 2016-05-04 23:14:33 +0200 |
| commit | 6b8b533fb75d3c356d3fba382d70c4704ed01399 (patch) | |
| tree | 4e1ece65bc1140c0a78c9e43c37b2303b4d714eb | |
| parent | 76f8fa7177767cb377f9212e207e3ac16f9b8d48 (diff) | |
| download | android_external_libnfc-nxp-6b8b533fb75d3c356d3fba382d70c4704ed01399.tar.gz android_external_libnfc-nxp-6b8b533fb75d3c356d3fba382d70c4704ed01399.tar.bz2 android_external_libnfc-nxp-6b8b533fb75d3c356d3fba382d70c4704ed01399.zip | |
Stop "LLC length mis-match" log spamHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ycm-13.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++; |
