Closed
Bug 702657
Opened 14 years ago
Closed 14 years ago
[skiplist] Please add 'dalvik-heap\ @.*' to the ignore list
Categories
(Socorro :: Infra, task)
Socorro
Infra
Tracking
(Not tracked)
RESOLVED
FIXED
2.4.1
People
(Reporter: nhirata, Assigned: laura)
References
Details
(Whiteboard: [qa-])
Please add 'dalvik-heap\ @.*' to the ignore list
Trying to clean up dalvik-heap from crash signature. "(deleted)" adds a space.
Example: https://crash-stats.mozilla.com/report/index/e3f7fe0d-fd84-4ab4-896e-7ae762111111
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
| Assignee | ||
Updated•14 years ago
|
Component: General → Infra
| Assignee | ||
Comment 1•14 years ago
|
||
Right now we have this on the ignore list:
dalvik-heap\s*@0x.*
The frames we're still seeing and we want to get rid of actually look like this:
dalvik-heap (deleted)@0x64943e
Naoki: Do we want to get rid of every frame that starts with 'dalvik-heap'? (Or just the two cases above?)
| Reporter | ||
Comment 2•14 years ago
|
||
Yes, please. It's not telling us anything useful for the crash signature.
| Assignee | ||
Comment 3•14 years ago
|
||
Assignee: nobody → laura
Target Milestone: --- → 2.4.1
| Assignee | ||
Comment 4•14 years ago
|
||
Landed in
https://github.com/mozilla/socorro/commit/4a78ef1cc7abc7c14047b750abf34b490bc92369
Will go out in 2.4.1
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•