mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
[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:
parent
cd7f86c83a
commit
644aaf3239
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "rk_thread_test"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue