You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
A Fenix crash report from the Google Play Console suggests that GeckoEngineView.render() is calling GeckoView.setSession() when it has already acquired a display:
Caused by: java.lang.IllegalStateException:
at org.mozilla.geckoview.GeckoSession.acquireDisplay (GeckoSession.java:6)
at org.mozilla.geckoview.GeckoView.setSession (GeckoView.java:17)
at org.mozilla.geckoview.GeckoView.setSession (GeckoView.java:4)
at mozilla.components.browser.engine.gecko.GeckoEngineView.render (GeckoEngineView.kt:5)
at mozilla.components.feature.session.EngineViewPresenter.renderSession$feature_session_release (EngineViewPresenter.kt:1)
at mozilla.components.feature.session.EngineViewPresenter.start (EngineViewPresenter.kt:5)
at mozilla.components.feature.session.SessionFeature.start (SessionFeature.kt:1)
at mozilla.components.support.base.feature.ViewBoundFeatureWrapper.start$support_base_release (ViewBoundFeatureWrapper.kt:1)
at mozilla.components.support.base.feature.LifecycleBinding.start (ViewBoundFeatureWrapper.kt:1)
at java.lang.reflect.Method.invoke (Native Method)
at androidx.lifecycle.ClassesInfoCache$MethodReference.invokeCallback (ClassesInfoCache.java:4)
A Fenix crash report from the Google Play Console suggests that
GeckoEngineView.render()
is callingGeckoView.setSession()
when it has already acquired a display:https://searchfox.org/mozilla-central/rev/92d11a33250a8e368c8ca3e962e15ca67117f765/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoSession.java#1802
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: