зеркало из https://github.com/mozilla/pjs.git
Bug 524690 - Explicitly disable the crashreporter if we have a debugger. r=ted
This commit is contained in:
Родитель
2067f79681
Коммит
0cf1b1a369
|
@ -447,6 +447,9 @@ def environment(env = None, xrePath = DIST_BIN, crashreporter = True):
|
|||
if crashreporter:
|
||||
env['MOZ_CRASHREPORTER_NO_REPORT'] = '1'
|
||||
env['MOZ_CRASHREPORTER'] = '1'
|
||||
else:
|
||||
env['MOZ_CRASHREPORTER_DISABLE'] = '1'
|
||||
|
||||
env['GNOME_DISABLE_CRASH_DIALOG'] = "1"
|
||||
return env
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче