diff options
author | Steve Block <steveblock@google.com> | 2012-01-08 10:18:45 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-01-08 11:03:25 +0000 |
commit | 46de639b23db99d7b99ff1c676ac98b84b6336c6 (patch) | |
tree | 8a13cf643d5f01f35b2e4ef547e1ffad43f4f61f /libstagefrighthw | |
parent | e158d63111a2547aee847e19aaa6fa6fce14ffe2 (diff) | |
download | hardware_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 'libstagefrighthw')
-rw-r--r-- | libstagefrighthw/TIOMXPlugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstagefrighthw/TIOMXPlugin.cpp b/libstagefrighthw/TIOMXPlugin.cpp index 14c5e91..de764c6 100644 --- a/libstagefrighthw/TIOMXPlugin.cpp +++ b/libstagefrighthw/TIOMXPlugin.cpp @@ -58,7 +58,7 @@ TIOMXPlugin::TIOMXPlugin() (*mInit)(); } else - LOGE("%s: failed to load %s", __func__, LIBOMX); + ALOGE("%s: failed to load %s", __func__, LIBOMX); } TIOMXPlugin::~TIOMXPlugin() { @@ -99,7 +99,7 @@ OMX_ERRORTYPE TIOMXPlugin::enumerateComponents( size_t size, OMX_U32 index) { if (mLibHandle == NULL) { - LOGE("mLibHandle is NULL!"); + ALOGE("mLibHandle is NULL!"); return OMX_ErrorUndefined; } |