1.关闭log

This commit is contained in:
payton 2023-10-14 17:07:35 +08:00
parent 3ac769ad80
commit 19ff0a250b
2 changed files with 5 additions and 3 deletions

View File

@ -239,7 +239,7 @@ static void MovieFast_ShutDown(void)
MovieFast_Close(); MovieFast_Close();
#if (POWERON_FAST_BOOT_MSG == DISABLE) #if (POWERON_FAST_BOOT_MSG == DISABLE)
fastboot_msg_en(ENABLE); // fastboot_msg_en(ENABLE);
#endif #endif
#if HUNTING_CAMERA_BOOT_LINUX /* Boot Linux */ #if HUNTING_CAMERA_BOOT_LINUX /* Boot Linux */
@ -257,6 +257,7 @@ static void MovieFast_ShutDown(void)
#endif #endif
#if HUNTING_CAMERA_MCU #if HUNTING_CAMERA_MCU
fastboot_msg_en(ENABLE);
sf_file_thumb_cfg_sava(); sf_file_thumb_cfg_sava();
sf_para_print(); sf_para_print();
DBG_DUMP("wait filesys close ...\n"); DBG_DUMP("wait filesys close ...\n");

View File

@ -1880,7 +1880,7 @@ static void PhotoFast_ShutDown(void)
PhotoFast_CmdTsk_Exit(); PhotoFast_CmdTsk_Exit();
#if (POWERON_FAST_BOOT_MSG == DISABLE) #if (POWERON_FAST_BOOT_MSG == DISABLE)
fastboot_msg_en(ENABLE); // fastboot_msg_en(ENABLE);
#endif #endif
#if HUNTING_CAMERA_BOOT_LINUX /* Boot Linux */ #if HUNTING_CAMERA_BOOT_LINUX /* Boot Linux */
@ -1890,9 +1890,10 @@ static void PhotoFast_ShutDown(void)
PhotoFast_TriggerFrm_Dump(); PhotoFast_TriggerFrm_Dump();
#endif #endif
#if HUNTING_CAMERA_MCU == ENABLE #if HUNTING_CAMERA_MCU == ENABLE
fastboot_msg_en(ENABLE);
sf_file_thumb_cfg_sava(); sf_file_thumb_cfg_sava();
sf_para_print(); sf_para_print();
DBG_DUMP("wait filesys close ...\n"); // DBG_DUMP("wait filesys close ...\n");
FileSys_Close(FST_TIME_INFINITE); FileSys_Close(FST_TIME_INFINITE);
#if SF_IQ_TEST != ENABLE #if SF_IQ_TEST != ENABLE
if(sf_get_power_off_flag()){ if(sf_get_power_off_flag()){