summaryrefslogtreecommitdiff
path: root/omx/system/src/openmax_il/common/inc/OMX_TI_Debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'omx/system/src/openmax_il/common/inc/OMX_TI_Debug.h')
-rw-r--r--omx/system/src/openmax_il/common/inc/OMX_TI_Debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/omx/system/src/openmax_il/common/inc/OMX_TI_Debug.h b/omx/system/src/openmax_il/common/inc/OMX_TI_Debug.h
index 6dfae32..9c4ccc1 100644
--- a/omx/system/src/openmax_il/common/inc/OMX_TI_Debug.h
+++ b/omx/system/src/openmax_il/common/inc/OMX_TI_Debug.h
@@ -290,7 +290,7 @@ struct OMX_TI_Debug
#define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \
do {\
if ((file) && (OMX_U32) (level * domain) >= (OMX_U32) ((mask) & (domain * OMX_DBG_MAX_LEVEL))) \
- LOGD(OMX_DBG_FN_FMT OMX_DBG_LINE_FMT OMX_DBG_FMT \
+ ALOGD(OMX_DBG_FN_FMT OMX_DBG_LINE_FMT OMX_DBG_FMT \
format OMX_DBG_FN OMX_DBG_LINE, ##list); \
} while (0)
#else
@@ -298,7 +298,7 @@ struct OMX_TI_Debug
do {\
if ((file) && (OMX_U32) (level * domain) >= (OMX_U32) ((mask) & (domain * OMX_DBG_MAX_LEVEL))) { \
if (file == stderr || file == stdout) { \
- LOGD(OMX_DBG_FN_FMT OMX_DBG_LINE_FMT OMX_DBG_FMT \
+ ALOGD(OMX_DBG_FN_FMT OMX_DBG_LINE_FMT OMX_DBG_FMT \
format OMX_DBG_FN OMX_DBG_LINE, ##list); \
} else { \
fprintf((file), \