diff --git a/video/video_stream_encoder.cc b/video/video_stream_encoder.cc index 6f398ec455..73cd7826f9 100644 --- a/video/video_stream_encoder.cc +++ b/video/video_stream_encoder.cc @@ -2105,6 +2105,8 @@ EncodedImage VideoStreamEncoder::AugmentEncodedImage( .Parse(codec_type, stream_idx, image_copy.data(), image_copy.size()) .value_or(-1); } + TRACE_EVENT2("webrtc", "VideoStreamEncoder::AugmentEncodedImage", + "stream_idx", stream_idx, "qp", image_copy.qp_); RTC_LOG(LS_VERBOSE) << __func__ << " ntp time " << encoded_image.NtpTimeMs() << " stream_idx " << stream_idx << " qp " << image_copy.qp_;