Advertisement
Kreuger

Fenix crash

Jul 19th, 2020
1,438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 1.83 KB | None | 0 0
  1. ava.lang.IllegalStateException: SET SESSION: Current activity: HomeActivity Other activity: ExternalAppBrowserActivity
  2. at mozilla.components.browser.engine.gecko.GeckoEngineView.render(GeckoEngineView.kt:17)
  3. at mozilla.components.feature.session.engine.EngineViewPresenter.access$onEngineSession(EngineViewPresenter.kt:2)
  4. at mozilla.components.feature.session.engine.EngineViewPresenter$start$1$invokeSuspend$$inlined$collect$1.emit(Collect.kt:2)
  5. at mozilla.components.support.ktx.kotlinx.coroutines.flow.FlowKt$ifChanged$$inlined$filter$1$2.emit(Collect.kt:7)
  6. at mozilla.components.feature.session.engine.EngineViewPresenter$start$1$invokeSuspend$$inlined$map$2$2.emit(Collect.kt:3)
  7. at mozilla.components.feature.session.engine.EngineViewPresenter$start$1$invokeSuspend$$inlined$map$1$2.emit(Collect.kt:3)
  8. at kotlinx.coroutines.flow.FlowKt.emitAllImpl$FlowKt__ChannelsKt(Unknown Source:11)
  9. at kotlinx.coroutines.flow.FlowKt__ChannelsKt$emitAllImpl$1.invokeSuspend(Unknown Source:11)
  10. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:3)
  11. at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:21)
  12. at android.os.Handler.handleCallback(Handler.java:883)
  13. at android.os.Handler.dispatchMessage(Handler.java:100)
  14. at android.os.Looper.loop(Looper.java:214)
  15. at android.app.ActivityThread.main(ActivityThread.java:7356)
  16. at java.lang.reflect.Method.invoke(Native Method)
  17. at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:491)
  18. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
  19. Caused by: java.lang.IllegalStateException: Display already acquired
  20. at org.mozilla.geckoview.GeckoSession.acquireDisplay(GeckoSession.java:5)
  21. at org.mozilla.geckoview.GeckoView.setSession(GeckoView.java:7)
  22. at mozilla.components.browser.engine.gecko.GeckoEngineView.render(GeckoEngineView.kt:12)
  23. ... 16 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement