Closed Bug 658646 Opened 15 years ago Closed 15 years ago

Include Fennec crashes in CSVs

Categories

(Socorro :: General, task)

Other
Other
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: kairo, Assigned: lars)

Details

The CSVs generated by Socorro right now only include Firefox crashes but we probably want to run analysis of Fennec crashes as well in the future, so we should include Fennec crashes there. We already include all info we need for that change, as the product is already a field in the CSVs, though currently it's just always Firefox.
Lars: how hard is this to add?
Target Milestone: --- → 2.0
Lars, you can push this to anyone else on the team if you don't have the bandwidth.
Assignee: nobody → lars
do you literally want the Fennec crashes interleaved within the same file as the firefox crashes? If not, this could be done with no recoding by just running the cron job a second time specifying 'Fennec' as the product. Though, there would be a name collision on the output file, that could be resolved by placing the output into two directories, one for Firefox and the other for Fennec.
(In reply to comment #3) > do you literally want the Fennec crashes interleaved within the same file as > the firefox crashes? Yes, that should be fine. All our scripts are checking for the "product" field anyhow.
this is complete. When it gets pushed to staging/production, the config will have to be modified to include both Firefox,Fennec in the product parameter.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Component: Socorro → General
Product: Webtools → Socorro
You need to log in before you can comment on or make changes to this bug.