|
@@ -411,7 +411,7 @@ void CVtmLoaderFSM::s1_on_entry()
|
|
|
if (errCode != Error_Succeed) {
|
|
|
CSimpleStringA tmpAuthErrMsg("");
|
|
|
if (GetEntityBase()->GetFunction()->GetSysVar("AuthErrMsg", tmpAuthErrMsg) == Error_Succeed && tmpAuthErrMsg.IsNullOrEmpty())
|
|
|
- GetEntityBase()->GetFunction()->SetSysVar("AuthErrMsg", CSimpleStringA::Format("%s 启动失败", it->first.GetData()).GetData());
|
|
|
+ GetEntityBase()->GetFunction()->SetSysVar("AuthErrMsg", CSimpleStringA::Format("%s 启动失败,请尝试重启应用或重启系统恢复", it->first.GetData()).GetData());
|
|
|
if (it->first.Compare("SIPPhone") == 0)
|
|
|
m_bSIPPhoneStartFail = true;
|
|
|
|
|
@@ -559,7 +559,7 @@ void CVtmLoaderFSM::s2_on_entry()
|
|
|
{
|
|
|
CSimpleStringA tmpAuthErrMsg("");
|
|
|
if (GetEntityBase()->GetFunction()->GetSysVar("AuthErrMsg", tmpAuthErrMsg) == Error_Succeed && tmpAuthErrMsg.IsNullOrEmpty())
|
|
|
- GetEntityBase()->GetFunction()->SetSysVar("AuthErrMsg", CSimpleStringA::Format("%s 启动失败", it->first.GetData()).GetData());
|
|
|
+ GetEntityBase()->GetFunction()->SetSysVar("AuthErrMsg", CSimpleStringA::Format("%s 启动失败,请尝试重启应用或重启系统恢复", it->first.GetData()).GetData());
|
|
|
if (it->first.Compare("SIPPhone") == 0)
|
|
|
m_bSIPPhoneStartFail = true;
|
|
|
DbgWithLink(LOG_LEVEL_ERROR, LOG_TYPE_SYSTEM)("启动失败:%s", it->first.GetData());
|