Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing

This commit is contained in:
wolfbeast 2018-03-30 12:07:42 +02:00 committed by Roy Tam
commit 013cb18fed
11 changed files with 2 additions and 51 deletions

View file

@ -90,7 +90,6 @@ class MachCommands(MachCommandBase):
env = os.environ.copy()
env['G_SLICE'] = 'always-malloc'
env['MOZ_CC_RUN_DURING_SHUTDOWN'] = '1'
env['MOZ_CRASHREPORTER_NO_REPORT'] = '1'
env['XPCOM_DEBUG_BREAK'] = 'warn'
env.update(self.extra_environment_variables)