Closed
Bug 1910490
Opened 1 year ago
Closed 1 year ago
Serialize / Deserialize exceptions to the crash reporter database
Categories
(Firefox for Android :: Crash Reporting, enhancement)
Tracking
()
RESOLVED
FIXED
132 Branch
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: boek, Assigned: boek)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group1])
Attachments
(1 file)
Sentry uses the Java class name to populate the exception type. Due to this we need to be able to restore the original Throwable not just the stack trace before we send it to the Crash Reporter.
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Depends on D217649
Pushed by jboek@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f814f1b19172
Serialize and Deserialize original Throwable in a CrashEntity. r=android-reviewers,matt-tighe
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•