зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1688849 - Temporarily disable the oxidized Linux minidump writer r=KrisWright
Differential Revision: https://phabricator.services.mozilla.com/D103032
This commit is contained in:
Родитель
dfe5b4d89b
Коммит
5c8d3d0f76
|
@ -2488,9 +2488,7 @@ set_define("MOZ_USE_NATIVE_POPUP_WINDOWS", True, when="MOZ_USE_NATIVE_POPUP_WIND
|
|||
# ==============================================================
|
||||
@depends(target)
|
||||
def oxidized_breakpad(target):
|
||||
if target.kernel == "Linux" and target.os != "Android":
|
||||
return target.cpu in ("x86", "x86_64")
|
||||
return False
|
||||
return False # Disabled pending further testing
|
||||
|
||||
|
||||
set_config("MOZ_OXIDIZED_BREAKPAD", True, when=oxidized_breakpad)
|
||||
|
|
Загрузка…
Ссылка в новой задаче