record exited time

This commit is contained in:
gb 2023-08-07 16:07:44 +08:00
parent 599f1e5db5
commit c692119626
1 changed files with 2 additions and 0 deletions

View File

@ -1032,6 +1032,8 @@ namespace utils
}
void uninit(void)
{
log_info("=====================================--Exited--=====================================\n\n\n\n", LOG_LEVEL_FATAL);
log_cls::clear();
}
void log_info(const char* info, int level)