Commit 13066bb0 authored by Guido Urdaneta's avatar Guido Urdaneta Committed by Commit Bot

Add extra WebRTC logging to UserMediaRequest::ContextDestroyed

Bug: 1025218
Change-Id: Iacffae47f361b3e8491657cddcc268f1833da29b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950989
Auto-Submit: Guido Urdaneta <guidou@chromium.org>
Commit-Queue: Armando Miraglia <armax@chromium.org>
Reviewed-by: default avatarArmando Miraglia <armax@chromium.org>
Cr-Commit-Position: refs/heads/master@{#721917}
parent e87b2cc1
......@@ -590,6 +590,8 @@ void UserMediaRequest::Fail(WebUserMediaRequest::Error name,
}
void UserMediaRequest::ContextDestroyed(ExecutionContext*) {
if (!is_resolved_)
blink::WebRtcLogMessage("UMR::ContextDestroyed. Request not resolved.");
if (controller_) {
controller_->CancelUserMediaRequest(this);
if (!is_resolved_) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment