Closed
Bug 658646
Opened 15 years ago
Closed 15 years ago
Include Fennec crashes in CSVs
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
2.0
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.
Comment 2•15 years ago
|
||
Lars, you can push this to anyone else on the team if you don't have the bandwidth.
Assignee: nobody → lars
| Assignee | ||
Comment 3•15 years ago
|
||
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.
| Reporter | ||
Comment 4•15 years ago
|
||
(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.
| Assignee | ||
Comment 5•15 years ago
|
||
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
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•