Closed
Bug 1831094
Opened 3 years ago
Closed 10 days ago
Merge the crate used for retrieving crash annotations in the minidump-writer crate
Categories
(Toolkit :: Crash Reporting, task)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
People
(Reporter: gsvelto, Assigned: afranchuk)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
Once bug 1776197 lands we'll have introduced a mozannotation_server crate whose sole purpose is extract the crash annotations from a process and pass them on to the caller. The code in this crate will have significant overlap with what's in minidump-writer so it would be beneficial to merge it within the latter crate. Retrieving the annotations within the minidump-writer crate would also allow us to implement bug 1759682 easily by adding a new stream to the minidump.
| Assignee | ||
Comment 1•4 months ago
|
||
Assignee: nobody → afranchuk
| Assignee | ||
Updated•4 months ago
|
Severity: -- → S3
| Assignee | ||
Comment 2•10 days ago
|
||
PR merged (we still need to update our minidump-writer version in main, though).
Status: NEW → RESOLVED
Closed: 10 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•