Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/modules/ulog/
A Dmodlog.c163 ulog(AOS_LL_FATAL, tag, NULL, 0, msg); in fatal_log_out()
185 { MP_OBJ_NEW_QSTR(MP_QSTR_LOG_FATAL), MP_ROM_INT(AOS_LL_FATAL) },
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/log/
A Dmodule_log.c34 *paos_log_level = AOS_LL_FATAL; in native_get_log_level()
262 ulog(AOS_LL_FATAL, SCRIPT, NULL, 0, msg); in native_fatal_log_out()
/AliOS-Things-master/components/ulog/include/ulog/
A Dulog.h44 AOS_LL_FATAL = LOG_CRIT, /* fatal log will output */ enumerator
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/log/
A Dmodule_log.c37 *paos_log_level = AOS_LL_FATAL; in native_get_log_level()
245 ulog(AOS_LL_FATAL, SCRIPT, NULL, 0, msg); in native_fatal_log_out()
/AliOS-Things-master/components/py_engine/adapter/
A Dmain.c299 return AOS_LL_FATAL; in get_logLevel()

Completed in 6 milliseconds