|
@@ -542,7 +542,7 @@ void CVtmLoaderFSM::s2_on_entry()
|
|
|
ULONGLONG dwEntityEnd = SP::Module::Comm::RVCGetTickCount();
|
|
|
DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("SyncStartEntity").setCostTime((dwEntityEnd - dwEntityStart) / 1000)("%d", errCode);
|
|
|
if (it->first.Compare("SIPPhone") == 0)
|
|
|
- LogWarn(Severity_Low, Error_Succeed, VtmLoader_SIPPhoneEntityLoad_Cost, CSimpleStringA::Format("%d", (dwEntityEnd - dwEntityStart) / 1000));
|
|
|
+ LogWarn(Severity_Low, Error_Succeed, VtmLoader_SIPPhoneEntityLoad_Cost, CSimpleStringA::Format("{\"subject\":\"SIPPhone loaded cost time\", \"value\":%d}", (dwEntityEnd - dwEntityStart) / 1000));
|
|
|
|
|
|
if (errCode == Error_Succeed) {
|
|
|
it->second.eResult = LOADING_SUCCEED;
|