Closed
Bug 1282476
Opened 9 years ago
Closed 9 years ago
Silence push error logging on Aurora and Beta
Categories
(Core :: DOM: Push Subscriptions, defect)
Core
DOM: Push Subscriptions
Tracking
()
RESOLVED
FIXED
People
(Reporter: lina, Assigned: lina)
Details
(Whiteboard: btpp-active)
Attachments
(1 file)
|
930 bytes,
patch
|
Sylvestre
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Bug 1258595 flipped "dom.push.loglevel" to "error". Unfortunately, this caused spurious logging (bug 1265914), where the "error" is both expected and harmless. The two-part fix is in bug 1265914 and bug 1265915, but that's a large chunk of code to uplift through to Beta.
Instead, let's just disable logging and let those two patches ride the trains.
Attachment #8765493 -
Flags: approval-mozilla-beta?
Attachment #8765493 -
Flags: approval-mozilla-aurora?
| Assignee | ||
Comment 1•9 years ago
|
||
Approval Request Comment
[Feature/regressing bug #]: Bug 1265914.
[User impact if declined]: Confusing push error logs in the browser console.
[Describe test coverage new/current, TreeHerder]: None; this is a logging level change.
[Risks and why]: No risk. Small pref change that reverts push logging to silent.
[String/UUID change made/needed]: None.
Updated•9 years ago
|
status-firefox48:
--- → affected
status-firefox49:
--- → affected
Comment 2•9 years ago
|
||
Comment on attachment 8765493 [details] [diff] [review]
squelchLogging.patch
Thanks. Remove the confusing warning, taking it.
Should be in 48 beta 4 or 5
Attachment #8765493 -
Flags: approval-mozilla-beta?
Attachment #8765493 -
Flags: approval-mozilla-beta+
Attachment #8765493 -
Flags: approval-mozilla-aurora?
Attachment #8765493 -
Flags: approval-mozilla-aurora+
| Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/27d8dcd55b2e
https://hg.mozilla.org/releases/mozilla-beta/rev/b0c78c7d137a
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•