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