Closed
Bug 1240142
Opened 9 years ago
Closed 9 years ago
./mach run should disable crashreporter
Categories
(Firefox Build System :: Mach Core, enhancement)
Firefox Build System
Mach Core
Tracking
(firefox46 fixed)
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: Gijs, Assigned: Gijs)
References
Details
Attachments
(1 file)
I build opt by default, so I get a crashreporter.
crashreporter for my local builds is almost never going to be useful, as crash-stats has no symbols for it anyway, and it normally is my own fault that I'm crashing. :-)
It should just be a matter of adding MOZ_CRASHREPORTER_DISABLE=1
So doing: https://bug985979.bmoattachments.org/attachment.cgi?id=8394195
all the time instead of just for ./mach debug.
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/31207/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/31207/
Attachment #8708973 -
Flags: review?(gps)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Comment 2•9 years ago
|
||
Comment on attachment 8708973 [details]
MozReview Request: Bug 1240142 - always disable crashreporter when using ./mach run, r?gps
https://reviewboard.mozilla.org/r/31207/#review28183
Attachment #8708973 -
Flags: review?(gps) → review+
Comment 4•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
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
•