Android Components: exception in release builds when serializing crash pings
Categories
(Fenix :: Crash Reporting, defect, P2)
Tracking
(firefox111 unaffected, firefox112 wontfix, firefox113 fixed)
Tracking | Status | |
---|---|---|
firefox111 | --- | unaffected |
firefox112 | --- | wontfix |
firefox113 | --- | fixed |
People
(Reporter: afranchuk, Assigned: afranchuk)
References
Details
Attachments
(2 files)
There is an exception when the new Glean crash pings are serialized. The kotlinx serialization cannot find the @Serializable
implementation for GleanCrashAction
.
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Comment 3•2 years ago
|
||
Comment 4•2 years ago
|
||
(In reply to Alex Franchuk from comment #0)
There is an exception when the new Glean crash pings are serialized. The kotlinx serialization cannot find the
@Serializable
implementation forGleanCrashAction
.
Alex, do these Glean crash ping crashes affect Fenix 112 or 111? Or only 113?
Assignee | ||
Comment 5•2 years ago
|
||
The exceptions would only affect Fenix 112.
Comment 6•2 years ago
|
||
(In reply to Alex Franchuk from comment #5)
The exceptions would only affect Fenix 112.
Version 112 is in Fenix Beta now. Should we uplift your fix to Beta 112?
Comment 7•2 years ago
|
||
I'll remove the qe-verify+ flag, since there is no need for QA verification.
Updated•2 years ago
|
Assignee | ||
Comment 8•2 years ago
|
||
(In reply to Chris Peterson [:cpeterson] from comment #6)
(In reply to Alex Franchuk from comment #5)
The exceptions would only affect Fenix 112.
Version 112 is in Fenix Beta now. Should we uplift your fix to Beta 112?
We could, however it's worth noting that this exception doesn't affect user experience in any way. It basically becomes a log message but doesn't break any other behavior. But uplifting into the beta will allow us to get crash pings from more users sooner.
Comment 9•2 years ago
|
||
We could, however it's worth noting that this exception doesn't affect user experience in any way. It basically becomes a log message but doesn't break any other behavior. But uplifting into the beta will allow us to get crash pings from more users sooner.
In that case, let's not bother uplifting. The Android team is not yet monitoring crash pings, so this fix can ride the trains with 113.
Description
•