Closed
Bug 936595
Opened 11 years ago
Closed 11 years ago
Enable crash reporting at runtime by default on all gonk builds
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 866937
People
(Reporter: ted, Unassigned)
Details
We enabled crash reporting at runtime on all non-debug builds in bug 717538. We skipped debug builds because crash reporting can interfere with debugging on some platforms.
On B2G this is more of a PITA because the B2G process starts up automatically and we don't get to set the environment variable to enable it unless we kill and restart the process. This means that we have a window where we can miss crashes in debug builds because we haven't restarted the process.
We should just enable crash reporting on gonk builds. B2G desktop builds don't have this problem (because we start the process directly), so fixing it for gonk would be fine.
Reporter | ||
Comment 1•11 years ago
|
||
ahal: did you put a patch for this on some other bug? I feel like I reviewed this recently.
Flags: needinfo?(ahalberstadt)
Comment 2•11 years ago
|
||
Yeah, it was bug 866937. Sorry, didn't realize this bug existed, I just put it there because that's where the discussion was happening.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(ahalberstadt)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•