Home
last modified time | relevance | path

Searched refs:LV_LOG_LEVEL_ERROR (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_log.h32 #define LV_LOG_LEVEL_ERROR 3 /**< Only critical issue, when the system may fail*/ macro
100 #if LV_LOG_LEVEL <= LV_LOG_LEVEL_ERROR
101 #define LV_LOG_ERROR(dsc) lv_log_add(LV_LOG_LEVEL_ERROR, __FILE__, __LINE__, dsc);

Completed in 2 milliseconds