Open Bug 1794213 Opened 3 years ago Updated 2 years ago

org.mozilla.fenix.components.AbnormalFxaEvent$MissingExpectedAccountAfterStartup INFO

Categories

(Firefox for Android :: Accounts and Sync, defect, P3)

All
Android
defect

Tracking

()

REOPENED
Tracking Status
firefox106 --- affected
firefox107 --- affected
firefox108 --- affected

People

(Reporter: jonalmeida, Unassigned)

Details

(Keywords: crash)

From github: https://github.com/mozilla-mobile/android-components/issues/5050.

Seen while looking at Socorro nightly Fenix crashes. Apologies if this is the wrong place.

┆Issue is synchronized with this Jira Task

Change performed by the Move to Bugzilla add-on.

Keywords: crash
Severity: -- → S3
Priority: -- → P2
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME

Reopening because this bug is about a non-fatal "INFO" reported to Sentry, not an exception. We received 36K reports from 24K Nightly + Beta users over the last seven days.

This is an old issue. It was first filed in A-C's GitHub issue tracker back in 2019: https://github.com/mozilla-mobile/android-components/issues/5050

https://sentry.io/organizations/mozilla/issues/3150561695

AbnormalFxaEvent$MissingExpectedAccountAfterStartup INFO from:

org.mozilla.fenix.components.AccountAbnormalities in onReady at line 47
mozilla.components.service.fxa.manager.FxaAccountManager$start$2$1 in invoke at line 14
mozilla.components.support.base.observer.ObserverRegistry in notifyObservers at line 31
mozilla.components.service.fxa.manager.FxaAccountManager in notifyObservers at line 7
mozilla.components.service.fxa.manager.FxaAccountManager$start$2 in invokeSuspend at line 51
kotlin.coroutines.jvm.internal.BaseContinuationImpl in resumeWith at line 9
kotlinx.coroutines.DispatchedTask in run at line 107
java.util.concurrent.ThreadPoolExecutor in runWorker at line 1167
java.util.concurrent.ThreadPoolExecutor$Worker in run at line 641
java.lang.Thread in run at line 919
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Summary: Crash in org.mozilla.fenix.components.AbnormalFxaEvent$MissingExpectedAccountAfterStartup → org.mozilla.fenix.components.AbnormalFxaEvent$MissingExpectedAccountAfterStartup INFO
Priority: P2 → P3

FWIW, I was tracking down some other issue and saw this pop up for a user which was failing in various components due to no disk space left, which seems like a plausible explanation for this - eg, you could imagine we tried to save the account info, swallowed an exception due to a lack of disk space, then we act all surprised when we can't find the account info later.

You need to log in before you can comment on or make changes to this bug.