[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
This commit is contained in:
ChenHengming 2015-08-04 07:41:43 +00:00
parent cd7f86c83a
commit 644aaf3239
2 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
#define ALOG_TAG "RK_LIST"
#define LOG_TAG "rk_list"
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>

View file

@ -15,6 +15,7 @@
* limitations under the License.
*/
#define LOG_TAG "rk_thread_test"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>