summaryrefslogtreecommitdiffstats
path: root/libcamera/SecCamera.h
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-12-20 16:25:58 +0000
committerSteve Block <steveblock@google.com>2012-01-03 22:30:14 +0000
commit4493042bc05cbfa82f2e5c13eec7bb152435fdba (patch)
treeadd4a599dde261a9d0478e7864444548109927db /libcamera/SecCamera.h
parent9ba86645881d430709720664a1891fc816fe47a4 (diff)
downloaddevice_samsung_crespo-4493042bc05cbfa82f2e5c13eec7bb152435fdba.zip
device_samsung_crespo-4493042bc05cbfa82f2e5c13eec7bb152435fdba.tar.gz
device_samsung_crespo-4493042bc05cbfa82f2e5c13eec7bb152435fdba.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: If4249034e0a90a502aba69c199173c8ad4af93b3
Diffstat (limited to 'libcamera/SecCamera.h')
-rwxr-xr-xlibcamera/SecCamera.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcamera/SecCamera.h b/libcamera/SecCamera.h
index ec0e470..a6cca4e 100755
--- a/libcamera/SecCamera.h
+++ b/libcamera/SecCamera.h
@@ -46,8 +46,8 @@ namespace android {
#define ENABLE_ESD_PREVIEW_CHECK
#if defined(LOG_NDEBUG) && LOG_NDEBUG == 0
-#define LOG_CAMERA LOGD
-#define LOG_CAMERA_PREVIEW LOGD
+#define LOG_CAMERA ALOGD
+#define LOG_CAMERA_PREVIEW ALOGD
#define LOG_TIME_DEFINE(n) \
struct timeval time_start_##n, time_stop_##n; unsigned long log_time_##n = 0;