 Chromium Code Reviews
 Chromium Code Reviews Issue 2974903002:
  Add rtpdump and rtc log functionality to screenshare_loopback and video_loopback  (Closed)
    
  
    Issue 2974903002:
  Add rtpdump and rtc log functionality to screenshare_loopback and video_loopback  (Closed) 
  | Index: webrtc/video/video_quality_test.h | 
| diff --git a/webrtc/video/video_quality_test.h b/webrtc/video/video_quality_test.h | 
| index 0221f68993a0341e070e32839b9998b0edf71165..a220e6bb837f5f320f125c0e59544f92bbeabf12 100644 | 
| --- a/webrtc/video/video_quality_test.h | 
| +++ b/webrtc/video/video_quality_test.h | 
| @@ -86,6 +86,8 @@ class VideoQualityTest : public test::CallTest { | 
| bool infer_streams; | 
| } ss; | 
| int num_thumbnails; | 
| + std::string rtc_event_log_name; | 
| + std::string rtp_dump_name; | 
| 
sprang_webrtc
2017/07/12 13:27:06
Could you perhaps create a new substruct here call
 
ilnik
2017/07/12 13:58:53
Done. 
num_thumbnails is more of a call property,
 | 
| }; | 
| VideoQualityTest(); |