summaryrefslogtreecommitdiffstats
path: root/mobile
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
commit4e721d14cd374916bad653a97d0e19712fb40caa (patch)
tree773c4854c7c8e398b05895fdd63b1c00c536bc2a /mobile
parent4e368f8199a61c6319621ad1b9d6c352f0319f41 (diff)
downloadUXP-4e721d14cd374916bad653a97d0e19712fb40caa.tar
UXP-4e721d14cd374916bad653a97d0e19712fb40caa.tar.gz
UXP-4e721d14cd374916bad653a97d0e19712fb40caa.tar.lz
UXP-4e721d14cd374916bad653a97d0e19712fb40caa.tar.xz
UXP-4e721d14cd374916bad653a97d0e19712fb40caa.zip
Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing
Diffstat (limited to 'mobile')
-rw-r--r--mobile/android/tests/browser/robocop/robocop_head.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/mobile/android/tests/browser/robocop/robocop_head.js b/mobile/android/tests/browser/robocop/robocop_head.js
index 0fa7e56c8..3db3bb346 100644
--- a/mobile/android/tests/browser/robocop/robocop_head.js
+++ b/mobile/android/tests/browser/robocop/robocop_head.js
@@ -70,8 +70,6 @@ try {
catch (e) { }
// Enable crash reporting, if possible
-// We rely on the Python harness to set MOZ_CRASHREPORTER_NO_REPORT
-// and handle checking for minidumps.
// Note that if we're in a child process, we don't want to init the
// crashreporter component.
try { // nsIXULRuntime is not available in some configurations.