summaryrefslogtreecommitdiffstats
path: root/camera/MemoryManager.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/MemoryManager.cpp
parente158d63111a2547aee847e19aaa6fa6fce14ffe2 (diff)
downloadhardware_ti_omap4xxx-46de639b23db99d7b99ff1c676ac98b84b6336c6.zip
hardware_ti_omap4xxx-46de639b23db99d7b99ff1c676ac98b84b6336c6.tar.gz
hardware_ti_omap4xxx-46de639b23db99d7b99ff1c676ac98b84b6336c6.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: I7d131473964d92c62a495d082a1207867f435885
Diffstat (limited to 'camera/MemoryManager.cpp')
-rw-r--r--camera/MemoryManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/MemoryManager.cpp b/camera/MemoryManager.cpp
index 1333666..8631bbd 100644
--- a/camera/MemoryManager.cpp
+++ b/camera/MemoryManager.cpp
@@ -113,7 +113,7 @@ void* MemoryManager::allocateBuffer(int width, int height, const char* format, i
return (void*)bufsArr;
error:
- LOGE("Freeing buffers already allocated after error occurred");
+ ALOGE("Freeing buffers already allocated after error occurred");
if(bufsArr)
freeBuffer(bufsArr);