Closed
Bug 1620988
Opened 5 years ago
Closed 4 months ago
Rewrite the code dealing with crash annotations in Rust
Categories
(Toolkit :: Crash Reporting, task)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
DUPLICATE
of bug 1776197
People
(Reporter: gsvelto, Unassigned)
References
(Blocks 1 open bug)
Details
This should be the first step of the client-side Rust rewrite:
- We should introduce a crate that will hold the code of the client
- We should expose a minimal interface to gather and serialize crash annotations
- We should wire up this code with the existing exception-handler to enable the current client-side code to use annotations coming from the Rust side
This is an incremental step to reduce the amount of code that will be needed to finish bug 1588742 and the interface will be subject to change afterwards, thus it's not appropriate to put this code in a separate Gecko-agnostic crate yet.
Updated•2 years ago
|
Severity: normal → S3
Comment 1•4 months ago
|
||
I think we've done parts of this, but I can't find the bugs?
Flags: needinfo?(gsvelto)
Reporter | ||
Comment 2•4 months ago
|
||
I did it in bug 1776197, I had forgotten about this one.
Status: NEW → RESOLVED
Closed: 4 months ago
Duplicate of bug: 1776197
Flags: needinfo?(gsvelto)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•