Closed
Bug 888175
Opened 12 years ago
Closed 12 years ago
Don't log dropped frames in MediaDecoderStateMachine if MOZ_QUIET is set
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: cpearce, Assigned: cpearce)
Details
Attachments
(1 file)
|
1.68 KB,
patch
|
padenot
:
review+
|
Details | Diff | Splinter Review |
We log dropped frames in MediaDecoderStateMachine::AdvanceFrame(), but if we have to drop a lot of them, console logging gets really spammy, and it's hard to tell what other things are going on. I'd like to not log this stuff when MOZ_QUIET is set.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #768805 -
Flags: review?(paul)
Updated•12 years ago
|
Attachment #768805 -
Flags: review?(paul) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•