From 31f453ab7bb48bbfc6affd0772a76d785819c6c7 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 4 Jan 2012 20:07:15 +0000 Subject: [PATCH] Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: I897aac93e9acf658be04c9d742cc1a212f6b8f40 --- mm-core/omxcore/inc/qc_omx_msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-core/omxcore/inc/qc_omx_msg.h b/mm-core/omxcore/inc/qc_omx_msg.h index f0760e30..2a3b3a72 100644 --- a/mm-core/omxcore/inc/qc_omx_msg.h +++ b/mm-core/omxcore/inc/qc_omx_msg.h @@ -41,7 +41,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifdef _ANDROID_ #include #define DEBUG_PRINT_ERROR LOGE - #define DEBUG_PRINT LOGI + #define DEBUG_PRINT ALOGI #define DEBUG_DETAIL ALOGV #else #define DEBUG_PRINT_ERROR printf