mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Remove base conditional code for crash reporter and injector.
This commit is contained in:
parent
87fa26d31e
commit
434f3590e3
131 changed files with 39 additions and 4139 deletions
|
|
@ -910,9 +910,6 @@ class XPCShellTests(object):
|
|||
"""
|
||||
# Make assertions fatal
|
||||
self.env["XPCOM_DEBUG_BREAK"] = "stack-and-abort"
|
||||
# Crash reporting interferes with debugging
|
||||
if not self.debuggerInfo:
|
||||
self.env["MOZ_CRASHREPORTER"] = "1"
|
||||
# Don't launch the crash reporter client
|
||||
self.env["MOZ_CRASHREPORTER_NO_REPORT"] = "1"
|
||||
# Don't permit remote connections by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue