Explorar o código

Z991239-5810 #comment 启动时相关检查的耗时告警单独出来

oilyang hai 10 meses
pai
achega
13f4f8dc95

+ 1 - 1
Module/mod_vtmloader/VtmLoaderFSM.cpp

@@ -817,7 +817,7 @@ void CVtmLoaderFSM::s4_on_entry()
 	std::pair<bool, std::string> strResult;
 	strResult = generateJsonStr(msgInfo);
 
-	LogWarn(Severity_Low, Error_Succeed, VtmLoader_BootInfoPrint, strResult.second.c_str());
+	LogWarn(Severity_Low, Error_Succeed, VtmLoader_InfoAboutBootCost, strResult.second.c_str());
 	DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setLogCode("QLR040210F16")("%s", strResult.second.c_str());
 
 	//oiltmp wait for analyse progress, then change to app log format

+ 2 - 1
Module/mod_vtmloader/VtmLoader_UserCode.h

@@ -27,4 +27,5 @@ const int VtmLoader_CheckAudio_CfgPickupError = 0x10f0021a;
 const int VtmLoader_CheckAudio_CfgHandFreeError = 0x10f0021b;
 const int VtmLoader_SIPPhoneEntityLoad_Cost = 0x10f0021c;
 const int VtmLoader_DepDirCopyFailed = 0x10f0021d;
-const int VtmLoader_DepDirCopySuc = 0x10f0021e;
+const int VtmLoader_DepDirCopySuc = 0x10f0021e;
+const int VtmLoader_InfoAboutBootCost = 0x10f0021f;