Closed
Bug 771574
Opened 13 years ago
Closed 13 years ago
New Crash Report Annotation Line Item Request
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
18
People
(Reporter: capella, Assigned: espressive)
References
Details
Accessibility would like to have a new line item field appear on the crash reports indicating if A11y was "Active" at the time of a crash.
This is in reference to Bug 769302 - Please add about:support accessibility status to crash reports, and our code to generate would simply resemble:
#if defined(MOZ_CRASHREPORTER)
CrashReporter::AnnotateCrashReport(NS_LITERAL_CSTRING("Accessibility"),
NS_LITERAL_CSTRING("Active"));
#endif
Comment 1•13 years ago
|
||
Mark do we still need bug 769302?
| Reporter | ||
Comment 2•13 years ago
|
||
Well this is new to me... I thought we had that bug for changes to our stuff (nsaccessibilityservice.cpp) and this one was for Socorro matching / supporting changes ...
I suppose it could all be done on one bug, but someone would have to edjukate me to the "standard" procedure :)
Comment 3•13 years ago
|
||
Two bugs is fine :) It just wasn't clear to me what is happening on this bug.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → sneethling
Target Milestone: --- → 17
| Assignee | ||
Updated•13 years ago
|
Target Milestone: 17 → 18
| Assignee | ||
Comment 4•13 years ago
|
||
[:capella] Has the additional field been added to the raw JSON?
Comment 5•13 years ago
|
||
(In reply to Schalk Neethling [:espressive] from comment #4)
> [:capella] Has the additional field been added to the raw JSON?
I believe it should as of todays nightly, assuming that's what CrashReporter::AnnotateCrashReport() does that.
| Assignee | ||
Comment 6•13 years ago
|
||
Sent pull request:
https://github.com/mozilla/socorro/pull/720
Comment 7•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/a49e33e2d3f3c87adbb599f1592cebd2a4f3a57b
adding Accessibility to crash dump white list and report UI fixes bug 771574
https://github.com/mozilla/socorro/commit/c67c0195b920d575a3de2336b71ce6e8be365850
Merge pull request #720 from ossreleasefeed/new-accessibility-crash-report-annotation-771574
adding Accessibility to crash dump white list and report UI fixes bug 771574
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 8•13 years ago
|
||
Can someone point me to an example crash report to verify?
| Assignee | ||
Comment 9•13 years ago
|
||
Hey David,
Adding :kairo to the CC list, I am sure he will be able to assist here.
Comment 10•13 years ago
|
||
Just stumbled across https://crash-stats.allizom.org/report/index/f5585c58-5182-4c32-abcc-c6ebc2120812 on staging, and it has this annotation displayed. :)
| Assignee | ||
Comment 11•13 years ago
|
||
This is a good thing right?
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Comment 12•13 years ago
|
||
QA verified on stage per kairo's url in comment 10.. thanks all!
Comment 13•13 years ago
|
||
Sorry I missed comment 10. Thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•