【问题描述】:
概率性出现在APP上删除设备,没有收到IPC_APP_Reset_System_CB回调
我们在IPC_APP_Reset_System_CB函数中会打印日志,但是串口输出没有搜到改日志,代码如下:
Code: Select all
VOID IPC_APP_Reset_System_CB(GW_RESET_TYPE_E type) {
printf("reset ipc success. please restart the ipc %d\n", type);
if (type == GW_REMOTE_UNACTIVE || type == GW_REMOTE_RESET_FACTORY) {
reset_device();
}
// IPC_APP_Notify_LED_Sound_Status_CB(IPC_RESET_SUCCESS);
// TODO
/* Developers need to restart IPC operations */
}
【复现步骤】:
1.将设备关机
2.进入APP首页,设备管理,删除设备
3.将设备开机
设备日志等级为3,log文件如附件《no_reset_callback.log》