From f24e48bbbc93da7655aabe04adf42eff2efcf69e Mon Sep 17 00:00:00 2001 From: James Dong Date: Fri, 4 Mar 2011 14:43:31 -0800 Subject: Change trace labels bug - 3385135 Change-Id: Iad66e122a9e2ce7cce26779f679cbf04dd1a5434 --- libvideoeditor/osal/src/M4PSW_Trace.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libvideoeditor/osal') diff --git a/libvideoeditor/osal/src/M4PSW_Trace.c b/libvideoeditor/osal/src/M4PSW_Trace.c index ef39d82..17b0af6 100755 --- a/libvideoeditor/osal/src/M4PSW_Trace.c +++ b/libvideoeditor/osal/src/M4PSW_Trace.c @@ -64,9 +64,9 @@ M4OSAL_TRACE_EXPORT_TYPE void M4OSA_Trace(M4OSA_Int32 line, M4OSA_Char* file , /* do the actual print */ #ifdef NO_FILE - __android_log_print(ANDROID_LOG_INFO, "LifeVibesTrace", "%s", (char*)message); + __android_log_print(ANDROID_LOG_INFO, "M4OSA_Trace", "%s", (char*)message); #else /* NO_FILE */ - __android_log_print(ANDROID_LOG_INFO, "LifeVibesTrace", "%s", "%s at %lu in %s", + __android_log_print(ANDROID_LOG_INFO, "M4OSA_Trace", "%s", "%s at %lu in %s", (char *)message, line, file); #endif /* NO_FILE */ @@ -89,9 +89,9 @@ M4OSAL_TRACE_EXPORT_TYPE M4OSA_Void M4OSA_TRACE_traceFunction(M4OSA_UInt32 line, /* do the actual print */ #ifdef NO_FILE - __android_log_print(ANDROID_LOG_INFO, "LifeVibesTrace", "%s", (char*)message); + __android_log_print(ANDROID_LOG_INFO, "M4OSA_TRACE_traceFunction", "%s", (char*)message); #else /* NO_FILE */ - __android_log_print(ANDROID_LOG_INFO, "LifeVibesTrace", "%s", "%s at %lu in %s", + __android_log_print(ANDROID_LOG_INFO, "M4OSA_TRACE_traceFunction", "%s", "%s at %lu in %s", (char *)message, line, (char*)file); #endif /* NO_FILE */ -- cgit v1.1