Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/kws_demo/
A Dmain.c32 aos_set_log_level(AOS_LL_DEBUG); in application_start()
/AliOS-Things-master/components/mbmaster/example/
A Dmbmaster_example.c173 aos_set_log_level(AOS_LL_DEBUG); in mbmaster_comp_example()
184 aos_set_log_level(AOS_LL_DEBUG); in mbslave_comp_example()
/AliOS-Things-master/components/ulog/example/
A Dulog_example.c26 aos_set_log_level(AOS_LL_DEBUG); in ulog_example()
/AliOS-Things-master/solutions/audio_demo/
A Dmain.c41 aos_set_log_level(AOS_LL_DEBUG); in application_start()
/AliOS-Things-master/solutions/auto_demo/
A Dmain.c41 aos_set_log_level(AOS_LL_DEBUG); in application_start()
/AliOS-Things-master/solutions/rfid_demo/
A Dmain.c41 aos_set_log_level(AOS_LL_DEBUG); in application_start()
/AliOS-Things-master/solutions/flower_demo/
A Dmain.c42 aos_set_log_level(AOS_LL_DEBUG); in application_start()
/AliOS-Things-master/components/ulog/src/
A Dulog.c203 if (log_level <= AOS_LL_DEBUG) { in aos_set_log_level()
218 if (log_level <= AOS_LL_DEBUG) { in aos_set_popcloud_log_level()
234 if (log_level <= AOS_LL_DEBUG) { in aos_set_popfs_log_level()
250 if (log_level <= AOS_LL_DEBUG) { in aos_set_popudp_log_level()
/AliOS-Things-master/solutions/miniapp_agent_demo/
A Dmaintask.c63 aos_set_log_level(AOS_LL_DEBUG); in application_start()
/AliOS-Things-master/solutions/linksdk_demo/
A Dmain.c46 aos_set_log_level(AOS_LL_DEBUG); in application_start()
/AliOS-Things-master/solutions/linksdk_gateway_demo/
A Dmain.c47 aos_set_log_level(AOS_LL_DEBUG); in application_start()
/AliOS-Things-master/solutions/tflite_micro_speech_demo/
A Dmain.c58 aos_set_log_level(AOS_LL_DEBUG); in application_start()
/AliOS-Things-master/solutions/ucloud_ai_demo/
A Dmain.c65 aos_set_log_level(AOS_LL_DEBUG); in application_start()
/AliOS-Things-master/components/py_engine/modules/ulog/
A Dmodlog.c99 ulog(AOS_LL_DEBUG, tag, NULL, 0, msg); in debug_log_out()
181 { MP_OBJ_NEW_QSTR(MP_QSTR_LOG_DEBUG), MP_ROM_INT(AOS_LL_DEBUG) },
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/log/
A Dmodule_log.c26 *paos_log_level = AOS_LL_DEBUG; in native_get_log_level()
206 ulog(AOS_LL_DEBUG, SCRIPT, NULL, 0, msg); in native_debug_log_out()
/AliOS-Things-master/solutions/lora_p2p_demo/
A Ddemo.c55 aos_set_log_level(AOS_LL_DEBUG); in application_start()
/AliOS-Things-master/components/ulog/include/ulog/
A Dulog.h48 AOS_LL_DEBUG = LOG_DEBUG, /* debug + info + warn + error + fatal log will output */ enumerator
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/log/
A Dmodule_log.c29 *paos_log_level = AOS_LL_DEBUG; in native_get_log_level()
185 ulog(AOS_LL_DEBUG, SCRIPT, NULL, 0, msg); in native_debug_log_out()
/AliOS-Things-master/components/ulog/
A DREADME.md122 aos_set_log_level(AOS_LL_DEBUG);
/AliOS-Things-master/solutions/ota_demo/
A Dotaappdemo.c404 aos_set_log_level(AOS_LL_DEBUG); in application_start()
/AliOS-Things-master/components/oss/
A DREADME.md205 aos_set_log_level(AOS_LL_DEBUG);
/AliOS-Things-master/components/sensor/
A DREADME.md176 aos_set_log_level(AOS_LL_DEBUG);
/AliOS-Things-master/components/py_engine/adapter/
A Dmain.c291 return AOS_LL_DEBUG; in get_logLevel()

Completed in 30 milliseconds