Closed
Bug 1417254
Opened 8 years ago
Closed 8 years ago
AUS:SVC ChannelDownloader:onProgress & ChannelDownloader:onStatus messages swamp console
Categories
(Toolkit :: Application Update, defect, P2)
Toolkit
Application Update
Tracking
()
RESOLVED
FIXED
mozilla60
People
(Reporter: nthomas, Assigned: robert.strong.bugs)
Details
(Whiteboard: developer)
Attachments
(1 file)
|
1.86 KB,
patch
|
molly
:
review+
|
Details | Diff | Splinter Review |
Sample console output:
AUS:SVC ChannelDownloader:onStatus - status: 2152398854, statusText: archive.mozilla.org
AUS:SVC ChannelDownloader:onProgress - progress: 3816314/49435874
AUS:SVC ChannelDownloader:onStatus - status: 2152398854, statusText: archive.mozilla.org
AUS:SVC ChannelDownloader:onProgress - progress: 3832698/49435874
AUS:SVC ChannelDownloader:onStatus - status: 2152398854, statusText: archive.mozilla.org
AUS:SVC ChannelDownloader:onProgress - progress: 3849082/49435874
AUS:SVC ChannelDownloader:onStatus - status: 2152398854, statusText: archive.mozilla.org
AUS:SVC ChannelDownloader:onProgress - progress: 3865466/49435874
AUS:SVC ChannelDownloader:onStatus - status: 2152398854, statusText: archive.mozilla.org
AUS:SVC ChannelDownloader:onProgress - progress: 3881850/49435874
The increment in download size is fairly small, so there are many messages over the course of retrieving a complete mar. This can push early messages, like the update server query and response, and the url being downloaded, off the top of the console.
Is it possible to log less frequently during download ?
Updated•8 years ago
|
Priority: -- → P2
Whiteboard: developer
| Assignee | ||
Comment 1•8 years ago
|
||
Assignee: nobody → robert.strong.bugs
Status: NEW → ASSIGNED
Attachment #8951147 -
Flags: review?(mhowell)
| Assignee | ||
Comment 2•8 years ago
|
||
Pushed to try with a couple of other patches
https://treeherder.mozilla.org/#/jobs?repo=try&revision=3a2ed5feada5749918a9c433fccb2d6501a76bdf
Updated•8 years ago
|
Attachment #8951147 -
Flags: review?(mhowell) → review+
Pushed by rstrong@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ec6f1b3c1317
don't print all update download onProgress messages to the console when logging is turned on. r=mhowell
Comment 4•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
| Reporter | ||
Comment 5•8 years ago
|
||
Thanks for the fix.
Updated•8 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•