Closed
Bug 1839157
Opened 3 years ago
Closed 3 years ago
Crash - NumberFormatException in GeckoCreditCardsAddressesStorageDelegate
Categories
(Firefox for Android :: Autofill, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1839158
People
(Reporter: rsainani, Unassigned)
Details
This crash has started occuring in 116 nightly
Stack trace:
java.lang.NumberFormatException: For input string: ""
at java.lang.Long.parseLong(Long.java:746)
at java.lang.Long.parseLong(Long.java:861)
at mozilla.components.service.sync.autofill.GeckoCreditCardsAddressesStorageDelegate$onCreditCardSave$2.invokeSuspend(GeckoCreditCardsAddressesStorageDelegate.kt:94)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:112)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:4)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:3)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:96)
| Reporter | ||
Updated•3 years ago
|
Severity: -- → S2
You need to log in
before you can comment on or make changes to this bug.
Description
•