Searched refs:PLAT_LOG_LEVEL_ASSERT (Results 1 – 5 of 5) sorted by relevance
14 #ifndef PLAT_LOG_LEVEL_ASSERT15 #define PLAT_LOG_LEVEL_ASSERT LOG_LEVEL macro19 # if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO28 #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
16 PLAT_LOG_LEVEL_ASSERT := 5017 $(eval $(call add_define,PLAT_LOG_LEVEL_ASSERT))
20 #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
564 - **PLAT_LOG_LEVEL_ASSERT**565 If ``PLAT_LOG_LEVEL_ASSERT`` is higher or equal than ``LOG_LEVEL_VERBOSE``,569 doesn't print anything to the console. If ``PLAT_LOG_LEVEL_ASSERT`` isn't
5752 `PLAT_LOG_LEVEL_ASSERT`, which controls how verbose the assert output is.
Completed in 23 milliseconds