Closed
Bug 1209958
Opened 9 years ago
Closed 9 years ago
Whitelist MozCrashReason field to be public in Metadata tab and available in Super Search
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kairo, Assigned: adrian)
References
Details
In bug 1183355, a "MozCrashReason" field is being added to crashes that are induced via MOZ_CRASH. We should get that public exposed in the Metadata tab and made available in Super Search.
An example crash report that has this field is bp-77078ffa-9b41-47d9-bcff-216ed2150930 (ignore that it doesn't have a good signature, it's from a private build).
This would be extremely useful, so as soon as we can have it...
Updated•9 years ago
|
Assignee: nobody → adrian
Assignee | ||
Comment 2•9 years ago
|
||
Done!
Stage - https://crash-stats.allizom.org/search/?moz_crash_reason=~nsGlobalWindow&_facets=signature&_facets=moz_crash_reason
Prod - https://crash-stats.mozilla.com/search/?moz_crash_reason=~nsGlobalWindow&_facets=moz_crash_reason&_columns=moz_crash_reason (doesn't work because bug, we're working on that, it should work in the next 24 hours or so)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Very cool! So, if I want to search for all crashes that have MozCrashReason set to *anything*, how do I do it?
Assignee | ||
Comment 4•9 years ago
|
||
You can use the `exists` operators, which checks that the value is not null or missing. For example: https://crash-stats.mozilla.com/search/?moz_crash_reason=!__null__
Comment 5•9 years ago
|
||
Very cool, thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•