Closed
Bug 1321312
Opened 8 years ago
Closed 8 years ago
Add command-line argument to re-enable crash reporter when using ./mach run
Categories
(Firefox Build System :: Mach Core, enhancement)
Tracking
(firefox53 fixed)
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
Details
Attachments
(1 file)
I periodically debug about:tabcrashed. Bug 1240142 made it so that by default, the crash reporter is not enabled when using ./mach run. I totally agree with that decision, but when debugging about:tabcrashed, it's actually kind of annoying. In order to properly test our crash reporting infrastructure when using ./mach run, I have to manually edit python/mozbuild/mozbuild/mach_commands.py to get rid of the MOZ_CRASHREPORTER_DISABLE environment variable.
I'd like to add a --enable-crash-reporter to ./mach run which will allow me to create crash reports when using ./mach run.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8815770 [details]
Bug 1321312 - Add --enable-crash-reporter to ./mach run.
https://reviewboard.mozilla.org/r/96582/#review96930
Makes sense. Thanks for the feature!
Attachment #8815770 -
Flags: review?(gps) → review+
Pushed by gszorc@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3a7865514be5
Add --enable-crash-reporter to ./mach run. r=gps
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•