Closed
Bug 1417612
Opened 7 years ago
Closed 6 years ago
When a Java stack trace is present, use that in the bug description when filing a new bug
Categories
(Socorro :: Webapp, task, P2)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: JanH, Assigned: willkg)
Details
Attachments
(1 file)
... instead of the native stack, because the native stack isn't really helpful for crashes in Android Java code on Fennec.
Assignee | ||
Comment 2•6 years ago
|
||
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Comment 3•6 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/7028f022a7244d6c3f84cb6105b7b3946f51b08e
fix bug 1417612: use java_stack_trace if available
When generating bugzilla submit urls, if the crash report has a
java_stack_trace, then that should be in the comment rather than
the crashing thread stack.
https://github.com/mozilla-services/socorro/commit/824bdc1fbd4812bbd04159ae7e8d1ebca569a010
Merge pull request #4593 from willkg/1417612-java-stacks
fix bug 1417612: use java_stack_trace if available
Updated•6 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•