Bladeren bron

Z991239-3726 #comment 删除多余日志

80274480 3 jaren geleden
bovenliggende
commit
8e88ecfa92

+ 1 - 1
Module/mod_localmediaplay/mod_localmediaplay.cpp

@@ -545,7 +545,7 @@ int CLocalMediaPlayEntity::PlayingAudioDataCallback(audio_param_t* param, const
 							Dbg("InsertAudio failed! frameCount:%d", frm.framesize);
 						}
 						else {
-							Dbg("%s:%d InsertAudio(seriesnumber = %d) success", __FUNCTION__, __LINE__, frm.iseriesnumber);
+							//Dbg("%s:%d InsertAudio(seriesnumber = %d) success", __FUNCTION__, __LINE__, frm.iseriesnumber);
 							if (m_bRecordPCM && m_pFile){
 								fwrite(frm.data, RVC_AUDIO_LEN, 1, m_pFile);
 							}

+ 1 - 1
Module/mod_sipphone/mod_sipphone.cpp

@@ -1183,7 +1183,7 @@ void CSIPEntity::OnReceivePkt(int type, int sub_type, const char *buffer, int si
 		} 
 		else
 		{
-			Dbg("not mobile pad,ignore down message!");
+			//Dbg("not mobile pad,ignore down message!");
 		}
 	}	
 }

+ 1 - 1
Module/mod_sipphone/video_render.cpp

@@ -208,7 +208,7 @@ void* rvc_videorender_func(void* arg)
 					local_video_frame = NULL;
 				}
 				else {
-					Dbg("%s:%d,get video from shm preview queue failed!", __FUNCTION__, __LINE__);
+					//Dbg("%s:%d,get video from shm preview queue failed!", __FUNCTION__, __LINE__);
 				}
 			}
 			else {

+ 3 - 3
Module/mod_sipphone/video_session.cpp

@@ -404,9 +404,9 @@ static int on_rx_frame(video_frame *frame, void *user_data)
 				if (rc != Error_Succeed) {
 					Dbg("eStand2sType record call mod insert remote video to queue failed.");
 				}
-				else {
-					Dbg("%s:%d video frame (session->irecv_frameid = %d) video_shm_enqueue success.", __FUNCTION__, __LINE__, session->irecv_frameid);
-				}
+				//else {
+				//	Dbg("%s:%d video frame (session->irecv_frameid = %d) video_shm_enqueue success.", __FUNCTION__, __LINE__, session->irecv_frameid);
+				//}
 				video_frame_delete(recordframe);
 				recordframe = NULL;
 			}