|
|
@@ -148,7 +148,7 @@ static unsigned int __stdcall __startlist_proc(void *param)
|
|
|
DbgWithLink(LOG_LEVEL_ERROR, LOG_TYPE_SYSTEM).setAPI(__FUNCTION__)("======================================================");
|
|
|
DbgWithLink(LOG_LEVEL_ERROR, LOG_TYPE_SYSTEM).setAPI(__FUNCTION__)("!!!!!! 部分实体启动失败,请检查dbg\\spshell日志排除故障 !!!!!!");
|
|
|
DbgWithLink(LOG_LEVEL_ERROR, LOG_TYPE_SYSTEM).setAPI(__FUNCTION__)("======================================================");
|
|
|
- app_update_terminal_state(FrameworkState_Breakdown);
|
|
|
+ //app_update_terminal_state(FrameworkState_Breakdown);
|
|
|
|
|
|
// 启动失败
|
|
|
app_upload_last_log();
|
|
|
@@ -607,7 +607,7 @@ int app_init(const sp_cfg_start_args_t* args, std::function<void(const char* msg
|
|
|
|
|
|
#endif // RVC_OS_WIN && WITH_DEBUG
|
|
|
|
|
|
- app_update_terminal_state(flag != 0 ? FrameworkState_NotConfig : FrameworkState_Booting);
|
|
|
+ //app_update_terminal_state(flag != 0 ? FrameworkState_NotConfig : FrameworkState_Booting);
|
|
|
|
|
|
|
|
|
auto shellEnv = sp_mod_mgr_find_entity_by_idx(sp_get_env()->mod_mgr, 0);
|