Commit df8d82c9 authored by Gary Kacmarcik's avatar Gary Kacmarcik Committed by Commit Bot

[Chromoting] Add debug logging for display select

Change-Id: Ieabbbfa165fd8c66e1a3f672fc1cbf9e1c575117
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613641
Auto-Submit: Gary Kacmarcik <garykac@chromium.org>
Reviewed-by: default avatarJamie Walch <jamiewalch@chromium.org>
Commit-Queue: Jamie Walch <jamiewalch@chromium.org>
Cr-Commit-Position: refs/heads/master@{#660047}
parent 34d78faa
......@@ -252,6 +252,8 @@ void ClientSession::SelectDesktopDisplay(
id = webrtc::kFullDesktopScreenId;
}
}
LOG(INFO) << "SelectDesktopDisplay " << id << " from '" << select_display.id()
<< "'";
video_stream_->SelectSource(id);
show_display_id_ = id;
}
......
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