1. killall qlog

This commit is contained in:
payton 2024-01-19 18:36:36 +08:00
parent 69411a2ec0
commit 4b02d7d050

View File

@ -700,7 +700,7 @@ SINT32 app_system_poweroff(SF_POWEROFF_TYPE_E enType )
#if SF_QLOG_ENABLE
if(puiPara->QLogSwitch)
{
system("killall qlog");
system("killall QLog");
}
#endif
//if((puiPara->DebugMode) || (puiPara->QLogSwitch)){