Searched refs:TAG_ERROR (Results 1 - 1 of 1) sorted by relevance
/interface/sdk_c/tee/include/ |
H A D | tee_log.h | 135 #define TAG_ERROR "[error]" macro 273 tee_print_driver(LOG_LEVEL_ERROR, DRIVER_LOG_TAG, "%s %d:" fmt " ", TAG_ERROR, __LINE__, ##args) 275 #define tloge(fmt, args...) tee_print(LOG_LEVEL_ERROR, "%s %d:" fmt " ", TAG_ERROR, __LINE__, ##args) 278 #define tloge(fmt, args...) printf("[%s] %s %d:" fmt " ", g_debug_prefix, TAG_ERROR, __LINE__, ##args)
|
Completed in 1 milliseconds