Closed Bug 771574 Opened 13 years ago Closed 13 years ago

New Crash Report Annotation Line Item Request

Categories

(Socorro :: Webapp, task)

task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

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
Blocks: 769302
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 :)
Two bugs is fine :) It just wasn't clear to me what is happening on this bug.
Assignee: nobody → sneethling
Target Milestone: --- → 17
Target Milestone: 17 → 18
[:capella] Has the additional field been added to the raw JSON?
(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.
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
Can someone point me to an example crash report to verify?
Hey David, Adding :kairo to the CC list, I am sure he will be able to assist here.
Just stumbled across https://crash-stats.allizom.org/report/index/f5585c58-5182-4c32-abcc-c6ebc2120812 on staging, and it has this annotation displayed. :)
This is a good thing right?
Status: RESOLVED → VERIFIED
QA verified on stage per kairo's url in comment 10.. thanks all!
You need to log in before you can comment on or make changes to this bug.