Open
Bug 1851202
Opened 2 years ago
Updated 2 years ago
java signature generation for kotlin files doesn't remove line number
Categories
(Socorro :: Signature, defect, P2)
Socorro
Signature
Tracking
(Not tracked)
NEW
People
(Reporter: willkg, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
bp-ef4d39c4-61b2-481b-95dd-681270230901
signature: java.lang.IllegalStateException: at androidx.navigation.NavController.popEntryFromBackStack(NavController.kt:179)
For .java files, we remove the line number with this regex:
That doesn't work with .kt files.
This is sort of important because the line numbers can change between versions and we probably want those crash reports to group up.
You need to log in
before you can comment on or make changes to this bug.
Description
•