Closed
Bug 1143532
Opened 8 years ago
Closed 8 years ago
[EME] Include pid in the log messages of GMPParent
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)
10.68 KB,
patch
|
eflores
:
review+
|
Details | Diff | Splinter Review |
Since we could have many GMPParent instances in the chrome process, include the pid of the child process will let us know which GMPChild this GMPParent is talking to.
Assignee | ||
Comment 1•8 years ago
|
||
try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=55e832216042
Assignee | ||
Comment 2•8 years ago
|
||
1. include pid of the child process to know which GMPChild we are talking to. 2. fix wrong class name in GMPStorageParent.cpp
Attachment #8577883 -
Flags: review?(edwin) → review+
Assignee | ||
Comment 3•8 years ago
|
||
Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=66db21223ae2 Those oranges are not related to EME.
Keywords: checkin-needed
Comment 4•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/a29d23e9d4b6
Keywords: checkin-needed
Comment 5•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a29d23e9d4b6
Status: ASSIGNED → RESOLVED
Closed: 8 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
•