From 644aaf3239992cbd4fb4bb9b8ea6425e7d798ce1 Mon Sep 17 00:00:00 2001 From: ChenHengming Date: Tue, 4 Aug 2015 07:41:43 +0000 Subject: [PATCH] [osal]: add LOG_TAG for c/cpp file git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@26 6e48237b-75ef-9749-8fc9-41990f28c85a --- osal/rk_list.cpp | 2 +- osal/test/rk_thread_test.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/osal/rk_list.cpp b/osal/rk_list.cpp index 71e0a0d1..5896e784 100644 --- a/osal/rk_list.cpp +++ b/osal/rk_list.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define ALOG_TAG "RK_LIST" +#define LOG_TAG "rk_list" #include #include #include diff --git a/osal/test/rk_thread_test.c b/osal/test/rk_thread_test.c index 71c8c6bc..87e14116 100644 --- a/osal/test/rk_thread_test.c +++ b/osal/test/rk_thread_test.c @@ -15,6 +15,7 @@ * limitations under the License. */ +#define LOG_TAG "rk_thread_test" #include #include #include