summaryrefslogtreecommitdiffstats
path: root/camera/CameraProperties.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-08 10:18:45 +0000
committerSteve Block <steveblock@google.com>2012-01-08 11:03:25 +0000
commit46de639b23db99d7b99ff1c676ac98b84b6336c6 (patch)
tree8a13cf643d5f01f35b2e4ef547e1ffad43f4f61f /camera/CameraProperties.cpp
parente158d63111a2547aee847e19aaa6fa6fce14ffe2 (diff)
downloadhardware_ti_omap4xxx-46de639b23db99d7b99ff1c676ac98b84b6336c6.tar.gz
hardware_ti_omap4xxx-46de639b23db99d7b99ff1c676ac98b84b6336c6.tar.bz2
hardware_ti_omap4xxx-46de639b23db99d7b99ff1c676ac98b84b6336c6.zip
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: I7d131473964d92c62a495d082a1207867f435885
Diffstat (limited to 'camera/CameraProperties.cpp')
-rw-r--r--camera/CameraProperties.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/camera/CameraProperties.cpp b/camera/CameraProperties.cpp
index 9d2b632..5d3ff20 100644
--- a/camera/CameraProperties.cpp
+++ b/camera/CameraProperties.cpp
@@ -100,13 +100,13 @@ status_t CameraProperties::loadProperties()
mCamerasSupported = CameraAdapter_Capabilities(mCameraProps, mCamerasSupported, MAX_CAMERAS_SUPPORTED);
if((int)mCamerasSupported < 0) {
- LOGE("error while getting capabilities");
+ ALOGE("error while getting capabilities");
ret = UNKNOWN_ERROR;
} else if (mCamerasSupported > MAX_CAMERAS_SUPPORTED) {
- LOGE("returned too many adapaters");
+ ALOGE("returned too many adapaters");
ret = UNKNOWN_ERROR;
} else {
- LOGE("num_cameras = %d", mCamerasSupported);
+ ALOGE("num_cameras = %d", mCamerasSupported);
for (unsigned int i = 0; i < mCamerasSupported; i++) {
mCameraProps[i].set(CAMERA_SENSOR_INDEX, i);