Bug 1471647 - Enable Telemetry on ASan Nightly Reporter builds. r=Dexter

MozReview-Commit-ID: LuSxiXSiEiM

--HG--
extra : rebase_source : 97d9193f08288a760810258a3222a448fcdaf5ba
This commit is contained in:
Christian Holler 2018-06-28 15:14:19 +02:00
Родитель 535dd9dbc9
Коммит 53fddbfeb5
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -20,4 +20,10 @@ export MOZ_PKG_SPECIAL=asan-reporter
# Need this to add source information into platform.ini
export MOZILLA_OFFICIAL=1
# Enable Telemetry
# The channel reported by Telemetry here will be "nightly-asan" as specified
# in the respective override pref (toolkit.telemetry.overrideUpdateChannel),
# while the build otherwise identifies as "nightly" to receive its updates.
export MOZ_TELEMETRY_REPORTING=1
. "$topsrcdir/build/mozconfig.common.override"

Просмотреть файл

@ -5782,6 +5782,7 @@ pref("fuzzing.enabled", false);
#ifdef MOZ_ASAN_REPORTER
pref("asanreporter.apiurl", "https://anf1.fuzzing.mozilla.org/crashproxy/submit/");
pref("asanreporter.clientid", "unknown");
pref("toolkit.telemetry.overrideUpdateChannel", "nightly-asan");
#endif
#if defined(XP_WIN)