Closed
Bug 1543807
Opened 6 years ago
Closed 6 years ago
Launcher process should no longer depend on studies as of 68
Categories
(Firefox :: General, enhancement, P1)
Tracking
()
RESOLVED
FIXED
Firefox 68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
(Whiteboard: inj+)
Attachments
(3 files)
- Remove dependencies on shield study prefs.
- Move collection of launcher failure telemetry over to its own independent registry setting that is reflected with telemetry prefs.
Assignee | ||
Comment 1•6 years ago
|
||
Your eyes aren't lying, this is the exact same data as bug 1460433. The change is that, beginning with 68, we're moving the launcher process from studies into 100% deployment, so the population and opt-out have changed. The rest is identical.
Attachment #9061962 -
Flags: data-review?(chutten)
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
- New installs should always have launcher process telemetry enabled by default
(since it is opt-out telemetry). - Upgrades do a reset of the force-disabled launcher state, as that state might
have been set by SHIELD but is no longer desired in 68. - We add the
|Telemetry
registry value to the list of values to be removed at
uninstall.
Depends on D29543
Comment 5•6 years ago
|
||
Comment on attachment 9061962 [details]
Request
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes. https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/data/launcher-process-failure.html
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection can be controlled through Firefox's Preferences like Telemetry is.
If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, aklotz is responsible.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, Technical.
Is the data collection request for default-on or default-off?
Default on for all channels.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does there need to be a check-in in the future to determine whether to renew the data?
No. This collection is permanent.
---
Result: datareview+
Attachment #9061962 -
Flags: data-review?(chutten) → data-review+
Pushed by aklotz@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/07eb003e6efe
Part 1: Modify launcher process telemetry to be gated on datareporting.healthreport.uploadEnabled; r=mhowell
https://hg.mozilla.org/integration/autoland/rev/26c271a86fdd
Part 2: Update the installer to reflect new launcher process registry settings; r=mhowell
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/07eb003e6efe
https://hg.mozilla.org/mozilla-central/rev/26c271a86fdd
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68
You need to log in
before you can comment on or make changes to this bug.
Description
•