New issue
Advanced search Search tips

Issue 924182 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

[Video Capture] Emit renderer-side log messages to improve troubleshooting from webrtc logs

Project Member Reported by chfremer@chromium.org, Today (12 hours ago)

Issue description

The browser-side video capture stack already emits log messages to webrtc logs to pinpoint issues seen in the wild, e.g. in hangouts sessions.

However, there are currently no such logs emitted from the code that runs in Renderers. This creates a in the logging covering the starting of video capture until a first frame is delivered to the JavaScript app.

The task is to make Renderers emit log messages when starting video capture to allow seeing at what state things get stuck in cases where video capture never successfully delivers a first frame but also does not raise any error.
 

Sign in to add a comment