summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-12-20 16:25:43 +0000
committerSteve Block <steveblock@google.com>2012-01-03 22:32:05 +0000
commit3a7df2c042eb8c7289e24e77dd316f73bd0c456f (patch)
tree7627cc735bb5a8c67d58b6ac54bbfe9ab5d9054f /test
parente2fbd59c26e871f0a2c766aa8a7150844d74e6a3 (diff)
downloadhardware_ti_omap4xxx-3a7df2c042eb8c7289e24e77dd316f73bd0c456f.zip
hardware_ti_omap4xxx-3a7df2c042eb8c7289e24e77dd316f73bd0c456f.tar.gz
hardware_ti_omap4xxx-3a7df2c042eb8c7289e24e77dd316f73bd0c456f.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: I551e5a040249a8908251cd8c8d7131287f1f53de
Diffstat (limited to 'test')
-rw-r--r--test/CameraHal/camera_test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CameraHal/camera_test.h b/test/CameraHal/camera_test.h
index ad750ff..df44833 100644
--- a/test/CameraHal/camera_test.h
+++ b/test/CameraHal/camera_test.h
@@ -1,9 +1,9 @@
#ifndef CAMERA_TEST_H
#define CAMERA_TEST_H
-#define PRINTOVER(arg...) LOGD(#arg)
-#define LOG_FUNCTION_NAME LOGD("%d: %s() ENTER", __LINE__, __FUNCTION__);
-#define LOG_FUNCTION_NAME_EXIT LOGD("%d: %s() EXIT", __LINE__, __FUNCTION__);
+#define PRINTOVER(arg...) ALOGD(#arg)
+#define LOG_FUNCTION_NAME ALOGD("%d: %s() ENTER", __LINE__, __FUNCTION__);
+#define LOG_FUNCTION_NAME_EXIT ALOGD("%d: %s() EXIT", __LINE__, __FUNCTION__);
#define KEY_GBCE "gbce"
#define KEY_GLBCE "glbce"
#define KEY_CAMERA "camera-index"