diff options
-rwxr-xr-x | jni/com_android_nfc_NativeNfcSecureElement.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jni/com_android_nfc_NativeNfcSecureElement.cpp b/jni/com_android_nfc_NativeNfcSecureElement.cpp index 7defeb2..1e70839 100755 --- a/jni/com_android_nfc_NativeNfcSecureElement.cpp +++ b/jni/com_android_nfc_NativeNfcSecureElement.cpp @@ -235,7 +235,8 @@ static jint com_android_nfc_NativeNfcSecureElement_doOpenSecureElementConnection if(mask_value == 0x40) { - TRACE("External RF Field detected"); + // There is an external RF field present, fail the open request + LOGD("Unable to open SE connection, external RF Field detected"); goto clean_and_return; } |