1.增加log中间文件删除功能
This commit is contained in:
parent
ce3132dc91
commit
3ec82a2b9a
|
@ -773,6 +773,8 @@ exit:
|
||||||
{
|
{
|
||||||
DBG_DUMP("LogFile_Close ...\n");
|
DBG_DUMP("LogFile_Close ...\n");
|
||||||
LogFile_Close();
|
LogFile_Close();
|
||||||
|
system("rm -rf /mnt/sd/LOG/*dummy*");//Clear intermediate files.
|
||||||
|
system("sync");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user