Increase logging for Java ADM
The new ADM code removed some redundancies, which led to a decrease in log output. This especially affected NS and AEC logs. This change reintroduces these log messages, making debugging easier. "Acoustic Echo Canceler" has been changed to AEC for easier grepping. Some new logging is also added. Bug: webrtc:7452 Change-Id: I9bfb91895931d73d92f3187c8c7c5b7524ac05ba Reviewed-on: https://webrtc-review.googlesource.com/71401 Commit-Queue: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23003}
This commit is contained in:
committed by
Commit Bot
parent
7741b7ac49
commit
498592d391
@ -626,6 +626,7 @@ rtc::scoped_refptr<AudioDeviceModule> CreateAudioDeviceModuleFromInputAndOutput(
|
||||
uint16_t playout_delay_ms,
|
||||
std::unique_ptr<AudioInput> audio_input,
|
||||
std::unique_ptr<AudioOutput> audio_output) {
|
||||
RTC_LOG(INFO) << __FUNCTION__;
|
||||
return new rtc::RefCountedObject<AndroidAudioDeviceModule>(
|
||||
audio_layer, is_stereo_playout_supported, is_stereo_record_supported,
|
||||
playout_delay_ms, std::move(audio_input), std::move(audio_output));
|
||||
|
||||
Reference in New Issue
Block a user