Fenix is crashing on private mode due to strict mode violation on android components.
sum20156 opened this issue · 5 comments
sum20156 commented
SharedIds class accessing SharedPrefs on UI/Main thread. On debug build strict mode doesn't allow disk operation on UI/Main thread.
Solution:
- Move disk operation on IO thread.
- Suppress disk operation violations while accessing shared prefs and reset strict mode policy after the operation.
fenix crash issue: mozilla-mobile/fenix#27293
┆Issue is synchronized with this Jira Task
csadilek commented
Moved to bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1795459
Change performed by the Move to Bugzilla add-on.
cadeyrn commented
is it fixed?
BZ-1795459 is still open, so I guess no?
csadilek commented
@sum20156 The issue wasn't "closed". We're in the process of migrating our issue tracker to Bugzilla, and I moved the issue there.
So the issue link is now: https://bugzilla.mozilla.org/show_bug.cgi?id=1795459
You can find more details in: #12751