mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1240142 - always disable crashreporter when using ./mach run, r=gps
This commit is contained in:
parent
01fc9259ec
commit
9eb5172ea0
@ -1121,7 +1121,7 @@ class RunProgram(MachCommandBase):
|
||||
args.append('-profile')
|
||||
args.append(path)
|
||||
|
||||
extra_env = {}
|
||||
extra_env = {'MOZ_CRASHREPORTER_DISABLE': '1'}
|
||||
|
||||
if debug or debugger or debugparams:
|
||||
import mozdebug
|
||||
@ -1150,8 +1150,6 @@ class RunProgram(MachCommandBase):
|
||||
if not slowscript:
|
||||
extra_env['JS_DISABLE_SLOW_SCRIPT_SIGNALS'] = '1'
|
||||
|
||||
extra_env['MOZ_CRASHREPORTER_DISABLE'] = '1'
|
||||
|
||||
# Prepend the debugger args.
|
||||
args = [self.debuggerInfo.path] + self.debuggerInfo.args + args
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user