瀏覽代碼

Z991239-3726 #comment 删除多余日志

80274480 3 年之前
父節點
當前提交
b7f6cfb12d
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 1 1
      Module/mod_sipphone/video_render.cpp
  2. 4 4
      Module/mod_sipphone/video_session.cpp

+ 1 - 1
Module/mod_sipphone/video_render.cpp

@@ -65,7 +65,7 @@ static int rvc_video_shm_enqueue(Clibvideoqueue* shm_queue, video_frame* frame,
 	}
 	else
 	{
-		DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("video render shm_queue video insert shm video ok, and nowtime is %d, and frame id is %d.", nowtime, iframeid);
+		//DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("video render shm_queue video insert shm video ok, and nowtime is %d, and frame id is %d.", nowtime, iframeid);
 		return Error_Succeed;
 	}
 }

+ 4 - 4
Module/mod_sipphone/video_session.cpp

@@ -227,7 +227,7 @@ static int video_shm_enqueue(Clibvideoqueue *shm_queue, video_frame *frame, int
 	} 
 	else 
 	{
-		DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("video session shm_queue video insert shm video ok, and nowtime is %d, and frame id is %d.", nowtime, iframeid);
+		//DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("video session shm_queue video insert shm video ok, and nowtime is %d, and frame id is %d.", nowtime, iframeid);
 		return Error_Succeed;
 	}
 }
@@ -405,9 +405,9 @@ static int on_rx_frame(video_frame *frame, void *user_data)
 				if (rc != Error_Succeed) {
 					DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("eStand2sType record call mod insert remote video to queue failed.");
 				}
-				else {
-					DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("%s:%d video frame (session->irecv_frameid = %d) video_shm_enqueue success.", __FUNCTION__, __LINE__, session->irecv_frameid);
-				}
+				//else {
+				//	DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("%s:%d video frame (session->irecv_frameid = %d) video_shm_enqueue success.", __FUNCTION__, __LINE__, session->irecv_frameid);
+				//}
 				video_frame_delete(recordframe);
 				recordframe = NULL;
 			}