mozilla-mobile/android-components

Fenix is crashing on private mode due to strict mode violation on android components.

sum20156 opened this issue · 5 comments

SharedIds class accessing SharedPrefs on UI/Main thread. On debug build strict mode doesn't allow disk operation on UI/Main thread.

Solution:

  1. Move disk operation on IO thread.
  2. 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 is it fixed?

is it fixed?

BZ-1795459 is still open, so I guess no?

@csadilek why you have marked this as closed?

@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