Closed
Bug 1173420
Opened 7 years ago
Closed 7 years ago
default settings for experiments logging should be silent
Categories
(Toolkit :: Telemetry, defect)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: froydnj, Assigned: erahm)
Details
Attachments
(1 file)
1.60 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
prefs_general.js has this: // AddonManager tests require that the experiments provider be present. user_pref("experiments.supported", true); user_pref("experiments.logging.level", "Trace"); user_pref("experiments.logging.dump", true); which results in messages that are completely unnecessary when starting the browser: 1433955374188 Browser.Experiments.Experiments TRACE Experiments #0::enabled=true, true 1433955374189 Browser.Experiments.Experiments TRACE Experiments #0::Registering instance with Addon Manager. 1433955374189 Browser.Experiments.Experiments TRACE Experiments #0::Registering previous experiment add-on provider. 1433955374190 Browser.Experiments.Experiments TRACE PreviousExperimentProvider #0::startup() 1433955374190 Browser.Experiments.Experiments TRACE Experiments #0::_loadFromCache It's not obvious to me whether the logging settings are necessary for the comment. Can we turn off the logging globally and then (if needed) turn it on for the appropriate tests? If not, can we make that supported, so we stop spamming useless trace messages?
Assignee | ||
Comment 1•7 years ago
|
||
This behavior was added in bug 995027 in order to help debug an intermittent. You can follow the progression there, essentially: land logging patch (leave-open), land more verbose logging patch (leave-open), eventually land fix. 995027 is now fixed, so we should turn off the logging again.
Assignee | ||
Comment 2•7 years ago
|
||
Setting 'experiments.logging.level' to trace seems to have been leftover debugging code from bug 989137. Similarly enabling 'experiments.logging.dump' was leftover from debugging bug 995027.
Attachment #8620663 -
Flags: review?(benjamin)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → erahm
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=d9eeca233d15
Updated•7 years ago
|
Attachment #8620663 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 4•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/4a767096d472
https://hg.mozilla.org/mozilla-central/rev/4a767096d472
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•