Browse Source

Z991239-6383 #comment feat: 优化埋点日志

Signed-Off-By: commit-hook
刘文涛80174520 2 tháng trước cách đây
mục cha
commit
356be31cf2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Module/mod_UpgradeMgr/UpgradeTaskFSM.cpp

+ 1 - 1
Module/mod_UpgradeMgr/UpgradeTaskFSM.cpp

@@ -5945,7 +5945,7 @@ ErrorCodeEnum CUpgradeTaskFSM::SwitchUpgradeNow()
 	//重启策略类型(0:不启动 1:重启框架 2:重启系统)
 	DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI(__FUNCTION__)("begin SwitchUpgradeNow");
 	if (m_currentTask.reboot_type == 0) {
-		DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI(__FUNCTION__)("upgrade to new version [%s] succeed, taskID=[%s] ", m_currentVersion.ToString().GetData(), m_currentTask.upgradeTaskId.GetData());
+		DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI(__FUNCTION__)("reboot_type = 0 , no need Switch restart, taskID=[%s] ", m_currentVersion.ToString().GetData(), m_currentTask.upgradeTaskId.GetData());
 		PostEventFIFO(new FSMEvent(CUpgradeTaskFSM::Event_StartDealTask));//进入S2
 
 	}