Closed
Bug 773335
Opened 13 years ago
Closed 11 years ago
Expose FlashProcessDump in the query UI and results
Categories
(Socorro :: Webapp, task, P2)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: adrian)
References
Details
(Whiteboard: search)
I'd like to be able to query on and display FlashProcessDump in the socorro search UI, in particular:
In the query form, allow me to limit searches to search for FlashProcessDump with checkboxes for any of the three possibilities:
[ ] normal crash (FlashProcessDump=NULL/missing)
[ ] Flash broker crash (FlashProcessDump=broker)
[ ] Flash sandbox crash (FlashProcessDump=sandbox)
I'd also like a column in the report/list view which shows the flashprocessdump type. (By the way, it would be nice to be able to turn columns on and off dynamically in that view).
This is already exposed on report/index in bug 770078. This depends on the database changes in bug 773332.
Comment 1•12 years ago
|
||
Supersearch!
| Assignee | ||
Comment 2•12 years ago
|
||
I believe this field is in the raw JSON, making this bug depending on bug 889040.
Depends on: 889040
| Assignee | ||
Updated•12 years ago
|
OS: Linux → All
Priority: -- → P2
Hardware: x86_64 → All
| Assignee | ||
Updated•11 years ago
|
| Assignee | ||
Comment 3•11 years ago
|
||
Done on stage and production. For example:
https://crash-stats.mozilla.com/search/?flash_process_dump=sandbox&product=Firefox
https://crash-stats.mozilla.com/search/?flash_process_dump=broker&product=Firefox
If you want to find all values where it's missing, I have used a trick to allow `__null__` to be a value, until the "exists" operator is added to all field types.
https://crash-stats.mozilla.com/search/?flash_process_dump=__null__&product=Firefox
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•