|
@@ -1455,7 +1455,7 @@ void ACMCallFSM::s3_on_entry()
|
|
|
LogWarn(Severity_Low, Error_Debug, LOG_WARN_COUNTERCONNECT_CALL_CONNECTING_TIME, CSimpleStringA::Format("handfree call connecting time is %us.", unowtime - m_uConnectTime).GetData());
|
|
|
m_uConnectTime = unowtime;
|
|
|
long lnowtime = GetTickCount();
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("CallCostTime::Connecting").setCostTime(lnowtime - m_lConnectCostTime)("CallCostTime::Connecting");
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("RemoteVideoCall::Connecting").setCostTime(lnowtime - m_lConnectCostTime)("RemoteVideoCall::Connecting");
|
|
|
m_lConnectCostTime = lnowtime;
|
|
|
}
|
|
|
}
|
|
@@ -1508,7 +1508,7 @@ void ACMCallFSM::s4_on_entry()
|
|
|
LogWarn(Severity_Low, Error_Debug, LOG_WARN_COUNTERCONNECT_CALL_CONNECTING_TIME, CSimpleStringA::Format("pickup call connecting time is %us.", unowtime - m_uConnectTime).GetData());
|
|
|
m_uConnectTime = unowtime;
|
|
|
long lnowtime = GetTickCount();
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("CallCostTime::Connecting").setCostTime(lnowtime - m_lConnectCostTime)("CallCostTime::Connecting");
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("RemoteVideoCall::Connecting").setCostTime(lnowtime - m_lConnectCostTime)("RemoteVideoCall::Connecting");
|
|
|
m_lConnectCostTime = lnowtime;
|
|
|
}
|
|
|
}
|
|
@@ -1578,7 +1578,7 @@ void ACMCallFSM::s51_on_entry()
|
|
|
if (m_bConnected) {
|
|
|
m_bConnected = false;
|
|
|
LogWarn(Severity_Low, Error_Debug, LOG_WARN_COUNTERCONNECT_CALL_CONNECT_TIME, CSimpleStringA::Format("call connected time is %us.", y2k_time_now() - m_uConnectTime).GetData());
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("CallCostTime::Connected").setCostTime(GetTickCount() - m_lConnectCostTime)("CallCostTime::Connected");
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("RemoteVideoCall::Connected").setCostTime(GetTickCount() - m_lConnectCostTime)("RemoteVideoCall::Connected");
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1598,7 +1598,7 @@ void ACMCallFSM::s52_on_entry()
|
|
|
if (m_bConnected) {
|
|
|
m_bConnected = false;
|
|
|
LogWarn(Severity_Low, Error_Debug, LOG_WARN_COUNTERCONNECT_CALL_CONNECT_TIME, CSimpleStringA::Format("call connected time is %us.", y2k_time_now() - m_uConnectTime).GetData());
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("CallCostTime::Connected").setCostTime(GetTickCount() - m_lConnectCostTime)("CallCostTime::Connected");
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("RemoteVideoCall::Connected").setCostTime(GetTickCount() - m_lConnectCostTime)("RemoteVideoCall::Connected");
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1685,7 +1685,7 @@ void ACMCallFSM::s60_on_entry()
|
|
|
if (m_bConnected) {
|
|
|
m_bConnected = false;
|
|
|
LogWarn(Severity_Low, Error_Debug, LOG_WARN_COUNTERCONNECT_CALL_CONNECT_TIME, CSimpleStringA::Format("call connected time is %us.", y2k_time_now() - m_uConnectTime).GetData());
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("CallCostTime::Connected").setCostTime(GetTickCount() - m_lConnectCostTime)("CallCostTime::Connected");
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("RemoteVideoCall::Connected").setCostTime(GetTickCount() - m_lConnectCostTime)("RemoteVideoCall::Connected");
|
|
|
}
|
|
|
}
|
|
|
|