mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
Remove excessive logs from ADM's GetPlayoutUnderrunCount.
Bug: b/298579155 Change-Id: If98a27934feba58c32dfa9a965f99fe27a11361e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/318621 Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40680}
This commit is contained in:
parent
fd7b27ef67
commit
aa48369679
1 changed files with 0 additions and 2 deletions
|
@ -872,10 +872,8 @@ int32_t AudioDeviceModuleImpl::EnableBuiltInNS(bool enable) {
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t AudioDeviceModuleImpl::GetPlayoutUnderrunCount() const {
|
int32_t AudioDeviceModuleImpl::GetPlayoutUnderrunCount() const {
|
||||||
RTC_LOG(LS_INFO) << __FUNCTION__;
|
|
||||||
CHECKinitialized_();
|
CHECKinitialized_();
|
||||||
int32_t underrunCount = audio_device_->GetPlayoutUnderrunCount();
|
int32_t underrunCount = audio_device_->GetPlayoutUnderrunCount();
|
||||||
RTC_LOG(LS_INFO) << "output: " << underrunCount;
|
|
||||||
return underrunCount;
|
return underrunCount;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue