summaryrefslogtreecommitdiffstats
path: root/Linux_x86/phOsalNfc.c
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-06 19:10:18 +0000
committerSteve Block <steveblock@google.com>2012-01-06 19:10:18 +0000
commita12acb119fa8cda91ca23d191b41b9438402e4d1 (patch)
treea392e27feb2995a6747e4bdf1b764ddcb6db4260 /Linux_x86/phOsalNfc.c
parent113bdd7504d69f483c4208bc30a457b7ff4b69fa (diff)
downloadexternal_libnfc-nxp-a12acb119fa8cda91ca23d191b41b9438402e4d1.zip
external_libnfc-nxp-a12acb119fa8cda91ca23d191b41b9438402e4d1.tar.gz
external_libnfc-nxp-a12acb119fa8cda91ca23d191b41b9438402e4d1.tar.bz2
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: I935ee4450e2e62ced1537bafb787ad402cfcb69c
Diffstat (limited to 'Linux_x86/phOsalNfc.c')
-rw-r--r--Linux_x86/phOsalNfc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Linux_x86/phOsalNfc.c b/Linux_x86/phOsalNfc.c
index 1fd2288..3f4542d 100644
--- a/Linux_x86/phOsalNfc.c
+++ b/Linux_x86/phOsalNfc.c
@@ -144,8 +144,8 @@ void phOsalNfc_RaiseException(phOsalNfc_ExceptionType_t eExceptionType, uint16_t
if(eExceptionType == phOsalNfc_e_UnrecovFirmwareErr)
{
- LOGE("HCI Timeout - Exception raised");
- LOGE("Force restart of NFC Service");
+ ALOGE("HCI Timeout - Exception raised");
+ ALOGE("Force restart of NFC Service");
abort();
}
}