зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
535dd9dbc9
Коммит
53fddbfeb5
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче