Closed
Bug 1222902
Opened 9 years ago
Closed 9 years ago
Create log system for the AudioChannel
Categories
(Firefox OS Graveyard :: AudioChannel, defect)
Firefox OS Graveyard
AudioChannel
Tracking
(firefox45 fixed)
RESOLVED
FIXED
2.6 S1 - 11/20
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
Details
Attachments
(1 file)
40 bytes,
text/x-review-board-request
|
Details |
Create log system for AudioChannel, so that we can debug problem more easily.
Assignee | ||
Comment 1•9 years ago
|
||
Bug 1222902 - Create log system for the AudioChannel
Attachment #8684796 -
Flags: review?(amarchesini)
Assignee | ||
Comment 2•9 years ago
|
||
Hi, Baku,
As the AudioChannel doesn't have the log system, other people can't provide me useful logs to figure out the problem.
Therefore, I will want to add some log for it.
Comment 3•9 years ago
|
||
Comment on attachment 8684796 [details]
MozReview Request: Bug 1222902 - Create log system for the AudioChannel. r=baku.
https://reviewboard.mozilla.org/r/24641/#review22191
::: dom/audiochannel/AudioChannelAgent.cpp:137
(Diff revision 1)
> + this, mAudioChannelType, mWindow.get(), hasCallback));
put this inline: (!!mCallback || !!mWeakCallback)
::: dom/audiochannel/AudioChannelAgent.cpp:169
(Diff revision 1)
> + this, *aMuted));
print also the volume.
::: dom/audiochannel/AudioChannelAgent.cpp:217
(Diff revision 1)
> + ("AudioChannelAgent, WindowVolumeChanged, this = %p, mute = %d\n",
volume here too.
::: dom/audiochannel/AudioChannelService.cpp:791
(Diff revision 1)
> + MOZ_LOG(GetAudioChannelLog(), LogLevel::Debug,
Add the same for SetAudioChannelVolume.
Attachment #8684796 -
Flags: review?(amarchesini) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8684796 [details]
MozReview Request: Bug 1222902 - Create log system for the AudioChannel. r=baku.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/24641/diff/1-2/
Attachment #8684796 -
Attachment description: MozReview Request: Bug 1222902 - Create log system for the AudioChannel → MozReview Request: Bug 1222902 - Create log system for the AudioChannel. r=baku.
Attachment #8684796 -
Flags: review+
Assignee | ||
Comment 5•9 years ago
|
||
Try-server result.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=0dc5e35a86fd
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 6•9 years ago
|
||
Comment on attachment 8684796 [details]
MozReview Request: Bug 1222902 - Create log system for the AudioChannel. r=baku.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/24641/diff/2-3/
Assignee | ||
Comment 7•9 years ago
|
||
Rebase the patch.
Keywords: checkin-needed
Comment 9•9 years ago
|
||
backed out for bustage like https://treeherder.mozilla.org/logviewer.html#?job_id=3314715&repo=b2g-inbound
Flags: needinfo?(alwu)
Assignee | ||
Comment 10•9 years ago
|
||
New try-server result for win8 build.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1f4c2fd810f4
Flags: needinfo?(alwu)
Comment 11•9 years ago
|
||
Assignee | ||
Comment 12•9 years ago
|
||
Comment on attachment 8684796 [details]
MozReview Request: Bug 1222902 - Create log system for the AudioChannel. r=baku.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/24641/diff/3-4/
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 13•9 years ago
|
||
Keywords: checkin-needed
Comment 14•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 2.6 S1 - 11/20
You need to log in
before you can comment on or make changes to this bug.
Description
•