瀏覽代碼

Z991239-6192 #comment: 视频流传输实体日志优化

80274480 4 月之前
父節點
當前提交
ba6116793c

+ 3 - 3
Module/mod_interactivecontrol/mod_interactivecontrol.cpp

@@ -2511,11 +2511,11 @@ void UIServiceSession::Handle_StopPlayNotice(SpReqAnsContext<UIService_StopPlayN
 			req.CfgInx = ctx->Req.CfgInx;
 			Error = pPlayClient->StopPlayNotice(req, ans, 5000);
 			if (Error_Succeed == Error) {
-				ctx->Ans.ErrorMsg = CSimpleStringA2W("Stop Play Notice success!");
-				DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setLogCode("QLR040230BZ80201")("Stop Play Notice success.");
+				ctx->Ans.ErrorMsg = CSimpleStringA2W("stop play notice success!");
+				DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setLogCode("QLR040230BZ80201")("stop play notice success.");
 			}
 			else {
-				ctx->Ans.ErrorMsg = CSimpleStringA2W("Stop Play Notice failed!");
+				ctx->Ans.ErrorMsg = CSimpleStringA2W("stop play notice failed!");
 				LogWarn(Severity_Middle, Error_Debug, LOG_EVT_STOP_NOTICEPLAY_FAILED, CSimpleStringA::Format("StopPlayNotice Result = 0x%08x.", Error).GetData());
 				DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_USER).setLogCode("QLR040230BZ80201").setResultCode("RTA3B04")("停止业务视频播放失败");
 			}

+ 2 - 2
Module/mod_livenessdetection/mod_livenessdetection.cpp

@@ -212,14 +212,14 @@ void CLivenessDetectionEntity::OnLog( const CAutoArray<CUUID> &SubIDs, const CUU
 	switch (dwUserCode) 
 	{
 	case LOG_EVT_MEDIACONTROLLER_CAMERA_STARTED:
-		DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("recv LOG_EVT_MEDIACONTROLLER_CAMERA_STARTED event");
+		DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("recv LOG_EVT_MEDIACONTROLLER_CAMERA_STARTED event");
 #ifdef RVC_OS_LINUX
 		InitVideoQueueInfo();
 #endif
 		break;
 
 	case LOG_EVT_MEDIACONTROLLER_CAMERA_STOPPED:
-		DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("recv LOG_EVT_MEDIACONTROLLER_CAMERA_STOPPED event");
+		DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("recv LOG_EVT_MEDIACONTROLLER_CAMERA_STOPPED event");
 #ifdef RVC_OS_LINUX
 		if (m_pFaceVideo){
 			delete m_pFaceVideo;