Closed
Bug 1142917
Opened 10 years ago
Closed 10 years ago
[EME] Improve logging story in child process
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(1 file)
4.01 KB,
patch
|
eflores
:
review+
|
Details | Diff | Splinter Review |
It looks like we can use PRLOG in the plugin-container process.
Assignee | ||
Comment 1•10 years ago
|
||
Because NS_WARNING also depends on PRLOG.
Assignee | ||
Comment 2•10 years ago
|
||
Log pid instead of the address of a GMPChild object since there might be multiple plugin-container processes running at the same time. pid can also be used to find out which GMPParent is paired with this child to debug ipdl messages passed between GMPParent/GMPChild pairs.
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8577841 -
Flags: review?(edwin) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•