Closed
Bug 1787271
Opened 3 years ago
Closed 3 years ago
Improve video low power telemetry capture for better diagnostics
Categories
(Core :: Graphics, enhancement, P3)
Tracking
()
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: bradwerth, Assigned: bradwerth)
References
Details
Attachments
(1 file)
Our ordering of telemetry for video low power emits FailMultipleVideo
before FailWindowed
. It would be more useful to know whether or not the user is watching in fullscreen before knowing if there are somehow multiple videos on screen (very unlikely). These enums should be emitted in the other order so we first know whether or not we are in fullscreen.
Assignee | ||
Comment 1•3 years ago
|
||
This favors FailWindowed as the most important enum to see before any
others, which is more actionable.
Updated•3 years ago
|
Attachment #9291595 -
Attachment description: Bug 1787271: Change the order of emitted video low power telemtery enums. → Bug 1787271: Change the order of emitted video low power telemetry enums.
Pushed by bwerth@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d7a7b58ebd38
Change the order of emitted video low power telemetry enums. r=gfx-reviewers,jrmuizel
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•