diff --git a/modules/audio_processing/aec3/matched_filter_lag_aggregator.cc b/modules/audio_processing/aec3/matched_filter_lag_aggregator.cc index f59525eee9..603a864b34 100644 --- a/modules/audio_processing/aec3/matched_filter_lag_aggregator.cc +++ b/modules/audio_processing/aec3/matched_filter_lag_aggregator.cc @@ -57,6 +57,7 @@ absl::optional MatchedFilterLagAggregator::Aggregate( // TODO(peah): Remove this logging once all development is done. data_dumper_->DumpRaw("aec3_echo_path_delay_estimator_best_index", best_lag_estimate_index); + data_dumper_->DumpRaw("aec3_echo_path_delay_estimator_histogram", histogram_); if (best_lag_estimate_index != -1) { RTC_DCHECK_GT(histogram_.size(), histogram_data_[histogram_data_index_]);