From 46de639b23db99d7b99ff1c676ac98b84b6336c6 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Sun, 8 Jan 2012 10:18:45 +0000 Subject: 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 --- libstagefrighthw/TIOMXPlugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libstagefrighthw') 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; } -- cgit v1.1