Searched refs:log_file_name (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/ulog/src/ |
A D | ulog_session_file.c | 562 char log_file_name[ULOG_FILE_PATH_SIZE]; in write_fail_retry() local 567 …snprintf(log_file_name, ULOG_FILE_PATH_SIZE, ULOG_FILE_FORMAT, guc_logfile_path, get_working_from_… in write_fail_retry() 568 while (0 != aos_unlink(log_file_name)) { in write_fail_retry() 570 SESSION_FS_INFO("file %s error on remove, retry %d\n", log_file_name, retry); in write_fail_retry() 576 …SESSION_FS_INFO("remove file %s, then create new one %d\n", log_file_name, get_working_from_cfg_mm… in write_fail_retry()
|
Completed in 4 milliseconds