зеркало из https://github.com/mozilla/gecko-dev.git
Backed out 2 changesets (bug 1675676) for sending crash reports on wrong host. a=backout DONTBUILD
Backed out changeset 2bfbb6e4c5dd (bug 1675676) Backed out changeset bee2ef0fc0e7 (bug 1675676)
This commit is contained in:
Родитель
dc47506b2a
Коммит
3651e41fe4
|
@ -47,7 +47,7 @@ EnableProfileMigrator=1
|
|||
#if MOZ_CRASHREPORTER
|
||||
[Crash Reporter]
|
||||
Enabled=1
|
||||
ServerURL=@MOZ_CRASHREPORTER_URL@/submit?id=@MOZ_APP_ID@&version=@MOZ_APP_VERSION@&buildid=@MOZ_BUILDID@
|
||||
ServerURL=https://crash-reports.mozilla.com/submit?id=@MOZ_APP_ID@&version=@MOZ_APP_VERSION@&buildid=@MOZ_BUILDID@
|
||||
#endif
|
||||
|
||||
#if MOZ_UPDATER
|
||||
|
|
|
@ -68,7 +68,6 @@ if CONFIG["MOZ_APP_BASENAME"]:
|
|||
"MOZ_APP_ID",
|
||||
"MAR_CHANNEL_ID",
|
||||
"MOZ_APP_REMOTINGNAME",
|
||||
"MOZ_CRASHREPORTER_URL",
|
||||
):
|
||||
appini_defines[var] = CONFIG[var]
|
||||
|
||||
|
|
|
@ -2491,15 +2491,3 @@ option(
|
|||
)
|
||||
|
||||
set_define("MOZ_USE_NATIVE_POPUP_WINDOWS", True, when="MOZ_USE_NATIVE_POPUP_WINDOWS")
|
||||
|
||||
|
||||
# Alternative Crashreporter setting
|
||||
option(
|
||||
"--with-crashreporter-url",
|
||||
env="MOZ_CRASHREPORTER_URL",
|
||||
default="https://crash-stats.mozilla.com/",
|
||||
nargs=1,
|
||||
help="Set an alternative crashreporter url",
|
||||
)
|
||||
|
||||
set_config("MOZ_CRASHREPORTER_URL", depends("--with-crashreporter-url")(lambda x: x[0]))
|
||||
|
|
Загрузка…
Ссылка в новой задаче