summaryrefslogtreecommitdiff
path: root/build/automation.py.in
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-03-30 12:07:42 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-03-30 12:07:42 +0200
commit743052388bb1ee41736744d45bdf4d10832c011a (patch)
tree773c4854c7c8e398b05895fdd63b1c00c536bc2a /build/automation.py.in
parenta60cbea805638a23403d7fbd2a0634fd808cded0 (diff)
downloaduxp-743052388bb1ee41736744d45bdf4d10832c011a.tar.gz
Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing
Diffstat (limited to 'build/automation.py.in')
-rw-r--r--build/automation.py.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/build/automation.py.in b/build/automation.py.in
index 83e7180376..09c9d0071b 100644
--- a/build/automation.py.in
+++ b/build/automation.py.in
@@ -228,10 +228,7 @@ class Automation(object):
if dmdPath and dmdLibrary and preloadEnvVar:
env[preloadEnvVar] = os.path.join(dmdPath, dmdLibrary)
- if crashreporter and not debugger:
- env['MOZ_CRASHREPORTER_NO_REPORT'] = '1'
- else:
- env['MOZ_CRASHREPORTER_DISABLE'] = '1'
+ env['MOZ_CRASHREPORTER_DISABLE'] = '1'
# Crash on non-local network connections by default.
# MOZ_DISABLE_NONLOCAL_CONNECTIONS can be set to "0" to temporarily