summaryrefslogtreecommitdiffstats
path: root/jni/com_android_nfc_NativeNfcSecureElement.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-12-20 16:22:42 +0000
committerSteve Block <steveblock@google.com>2012-01-03 22:32:14 +0000
commit7d4e962f71c5db6d71aca046bd1416f53a10653b (patch)
tree9353158059381f3d7517879d0959bce7c66de899 /jni/com_android_nfc_NativeNfcSecureElement.cpp
parent9bfa3a38eaac1eff19660b6b7d7a6865296e21bd (diff)
downloadpackages_apps_nfc-7d4e962f71c5db6d71aca046bd1416f53a10653b.zip
packages_apps_nfc-7d4e962f71c5db6d71aca046bd1416f53a10653b.tar.gz
packages_apps_nfc-7d4e962f71c5db6d71aca046bd1416f53a10653b.tar.bz2
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: Ie4ce01d556684684b2e3ccb5c2fd65307ec11960
Diffstat (limited to 'jni/com_android_nfc_NativeNfcSecureElement.cpp')
-rwxr-xr-xjni/com_android_nfc_NativeNfcSecureElement.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/jni/com_android_nfc_NativeNfcSecureElement.cpp b/jni/com_android_nfc_NativeNfcSecureElement.cpp
index f54ace0..77ce7ec 100755
--- a/jni/com_android_nfc_NativeNfcSecureElement.cpp
+++ b/jni/com_android_nfc_NativeNfcSecureElement.cpp
@@ -221,7 +221,7 @@ static jint com_android_nfc_NativeNfcSecureElement_doOpenSecureElementConnection
/* Check if NFC device is already connected to a tag or P2P peer */
if (device_connected_flag == 1)
{
- LOGD("Unable to open SE connection, device already connected to a P2P peer or a Tag");
+ ALOGD("Unable to open SE connection, device already connected to a P2P peer or a Tag");
goto clean_and_return;
}
@@ -259,7 +259,7 @@ static jint com_android_nfc_NativeNfcSecureElement_doOpenSecureElementConnection
if(mask_value == 0x40)
{
// There is an external RF field present, fail the open request
- LOGD("Unable to open SE connection, external RF Field detected");
+ ALOGD("Unable to open SE connection, external RF Field detected");
goto clean_and_return;
}