Bug 1648183 Comment 24 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I am working on [disabling telemetry on fennec](https://bugzilla.mozilla.org/show_bug.cgi?id=1533879) and going through [telemetry docs](https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/internals/preferences.html#id1) says that `toolkit.telemetry.unified` should be `false` on Fennec only. I tested this on a `geckoview` test locally, in `--debug` mode and discovered that is is also `false`. Am I missing something? Is there a way on finding out a [specific job](https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&searchStr=android-hw-g5-7-0-arm7-api-16-shippable%2Copt%2Craptor%2Cperformance%2Ctests%2Con%2Cfirefox%2Ctest-android-hw-g5-7-0-arm7-api-16-shippable%2Fopt-raptor-youtube-playback-geckoview-e10s%2Crap%28ytp%29&revision=f0e47b29f8c4840d9f9fbe971991f86179b55314) has telemetry/unified enabled or not? 
> If unified is off, `toolkit.telemetry.enabled` controls whether the Telemetry module is enabled. If `unified` is on, `toolkit.telemetry.enabled` is locked to true if `MOZ_UPDATE_CHANNEL` is `nightly` or `aurora` or `beta` or `default`.  Otherwise it is locked to `false`.
I am working on [disabling telemetry on fennec](https://bugzilla.mozilla.org/show_bug.cgi?id=1533879) and going through [telemetry docs](https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/internals/preferences.html#id1) says that `toolkit.telemetry.unified` should be `false` on Fennec only. I tested this on a `geckoview` test locally, in `--debug` mode and discovered that is is also `false`. Am I missing something? Is there a way on finding out a [specific job](https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&searchStr=android-hw-g5-7-0-arm7-api-16-shippable%2Copt%2Craptor%2Cperformance%2Ctests%2Con%2Cfirefox%2Ctest-android-hw-g5-7-0-arm7-api-16-shippable%2Fopt-raptor-youtube-playback-geckoview-e10s%2Crap%28ytp%29&revision=f0e47b29f8c4840d9f9fbe971991f86179b55314) has telemetry/unified enabled or not? This finding might change the assumptions for this problem.
> If unified is off, `toolkit.telemetry.enabled` controls whether the Telemetry module is enabled. If `unified` is on, `toolkit.telemetry.enabled` is locked to true if `MOZ_UPDATE_CHANNEL` is `nightly` or `aurora` or `beta` or `default`.  Otherwise it is locked to `false`.

Back to Bug 1648183 Comment 24