summaryrefslogtreecommitdiffstats
path: root/jni/com_android_nfc_NativeNfcSecureElement.cpp
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2011-04-28 10:28:25 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-04-28 10:28:25 -0700
commit543b1768a231bd05cdb679262868df625a00522f (patch)
tree47a2824cdf69aaacda974ff5e3da5166bb700940 /jni/com_android_nfc_NativeNfcSecureElement.cpp
parenta8d8c1fa5058573c0d9d1305549c4326737db0b8 (diff)
parent275376f9e469a9e014d82978ba3b8d57fe4a7739 (diff)
downloadpackages_apps_nfc-543b1768a231bd05cdb679262868df625a00522f.zip
packages_apps_nfc-543b1768a231bd05cdb679262868df625a00522f.tar.gz
packages_apps_nfc-543b1768a231bd05cdb679262868df625a00522f.tar.bz2
Merge "Better logging on SE open failure." into gingerbread
Diffstat (limited to 'jni/com_android_nfc_NativeNfcSecureElement.cpp')
-rwxr-xr-xjni/com_android_nfc_NativeNfcSecureElement.cpp3
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;
}