Open
Bug 2074880
Opened 4 days ago
Updated 4 days ago
Populate all required crash annotations in Java exception crash pings
Categories
(Firefox for Android :: Crash Reporting, task)
Tracking
()
ASSIGNED
People
(Reporter: afranchuk, Assigned: afranchuk)
References
Details
We've recently established a baseline set of required annotations in bug 2039876. Java exception crashes go through a different logic flow, and may not have these set. I know that at least ProductName is missing. We should manually populate them. On the surface, the crashping crate should do so (though for native crashes, they would already be there), but really this is about the annotations, which exist as their own form prior to conversion to a ping.
You need to log in
before you can comment on or make changes to this bug.
Description
•