Closed
Bug 589265
Opened 14 years ago
Closed 14 years ago
Add fields for AdapterDeviceID and AdapterVendorID
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jrmuizel, Assigned: aphadke)
References
Details
Attachments
(2 files)
With bug 586048 we'll start sending AdapterDeviceID and AdapterVendorID annotations with our crash reports. We'll need to record these in the database. I don't think we need any UI for it now.
Reporter | ||
Comment 1•14 years ago
|
||
When can we expect to see these fields added?
Reporter | ||
Comment 2•14 years ago
|
||
Laura, any chance we can get an estimate on when we can get these fields?
Comment 3•14 years ago
|
||
How urgently is this needed?
I ask because in Q4 we'll roll out full text search of dumps, so if we do something before that it will be temporary. If it's urgent to have it sooner we can probably work it into our 1.8.1 or 1.9 releases.
Reporter | ||
Comment 4•14 years ago
|
||
Bengamin,
Is it possible to get a report of the App Notes like you did for SSE2? If so, this isn't super urgent.
Comment 5•14 years ago
|
||
It looks like I can, according to the schema: app_notes character varying(1024)
Although boy, that's shorter than I expected, I thought it would be type TEXT. I hope we don't end up with truncations as more people use that API.
Comment 6•14 years ago
|
||
Yes, a query against the staging mirror turned up http://crash-stats.mozilla.com/report/index/21f36ae4-dcdd-45d5-95bf-c1f412100901
Comment 7•14 years ago
|
||
We shouldn't be using it on a permanent basis for things that need to be queryable anyway.
Reporter | ||
Comment 8•14 years ago
|
||
Benjamin,
This report would be very useful for trying to determine the correlation between crashes and particular devices. So it's higher priority than I originally thought.
Reporter | ||
Comment 9•14 years ago
|
||
Laura,
Benjamin tells me that he can't easily do this kind of report anymore so I'll redirect my request to you. Can I get a report that contains counts for all of the unique App Note strings from the last 3 weeks of crashes on the 2.0 branch. It would be nice to get this in the next few days if possible.
Comment 10•14 years ago
|
||
This (comment 9) is a job for Metrics -> Anurag?
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → aphadke
Assignee | ||
Comment 11•14 years ago
|
||
Jeff - I am almost done writing the code that shall give you counts based on "App Note" strings. Find counts specific to 2.0 branch is bit tricky, that data is a combination of Product & Version and needs to be mapped externally.
Ryan (from Socorro) team pointed me to a SQL query that will make this happen, however, according to him, the data might not be consistent.
Let me know if this is okay with you or feel free to suggest any other option....
-Anurag
Comment 12•14 years ago
|
||
The data on the Socorro side is managed in the admin panel at:
https://crash-stats.mozilla.com/admin/branch_data_sources
Like Anurag mentioned, the data is maintained regularly to ensure that correct products and versions are in there. But the correct branch associated with that product / version combination is not always correct from what I've seen.
Assignee | ||
Comment 13•14 years ago
|
||
Assignee | ||
Comment 14•14 years ago
|
||
Jeff - can you please reply to comment on #11/13?
Reporter | ||
Comment 15•14 years ago
|
||
(In reply to comment #14)
> Jeff - can you please reply to comment on #11/13?
Ah sorry. I didn't see this sooner.
Being able to get reports for a product/version combination is probably sufficient.
Thanks for the current data.
Assignee | ||
Comment 16•14 years ago
|
||
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 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
•