Benjamin-Loison / firefox-android

This repository hosts the Firefox for Android (Fenix), Focus for Android, and Mozilla Android Components projects.
https://www.mozilla.org/en-us/firefox/mobile/
Mozilla Public License 2.0
0 stars 0 forks source link

Crash on https://github.com/apoorvsxna opening from Element #4

Open Benjamin-Loison opened 8 months ago

Benjamin-Loison commented 8 months ago
01-10 14:01:27.539  1715 13202 I ActivityTaskManager: START u0 {act=android.intent.action.VIEW dat=https://github.com/... cmp=org.mozilla.fennec_fdroid/org.mozilla.fenix.HomeActivity (has extras)} from uid 10144
01-10 14:01:27.544  1715 13202 V SplashScreenExceptionList: SplashScreen checking exception for package org.mozilla.fennec_fdroid (target sdk:33) -> false
01-10 14:01:27.557  1715 30135 W ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (333333610)
01-10 14:01:27.567  1715 30135 D CoreBackPreview: Window{c644dd u0 Splash Screen org.mozilla.fennec_fdroid}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@8754723, mPriority=0}
01-10 14:01:27.672 11840 11840 E AndroidRuntime: FATAL EXCEPTION: main
01-10 14:01:27.672 11840 11840 E AndroidRuntime: Process: org.mozilla.fennec_fdroid, PID: 11840
01-10 14:01:27.672 11840 11840 E AndroidRuntime: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:558)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
01-10 14:01:27.672 11840 11840 E AndroidRuntime: Caused by: java.lang.reflect.InvocationTargetException
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at java.lang.reflect.Method.invoke(Native Method)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    ... 1 more
01-10 14:01:27.672 11840 11840 E AndroidRuntime: Caused by: mozilla.components.lib.state.StoreException: Exception while reducing state
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.lib.state.Store$exceptionHandler$1$1.run(Store.kt:5)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at android.os.Handler.handleCallback(Handler.java:942)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at android.os.Handler.dispatchMessage(Handler.java:99)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at android.os.Looper.loopOnce(Looper.java:201)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at android.os.Looper.loop(Looper.java:288)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at android.app.ActivityThread.main(ActivityThread.java:7924)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    ... 3 more
01-10 14:01:27.672 11840 11840 E AndroidRuntime: Caused by: mozilla.components.support.base.android.UnboundHandlerException: You must bind the NotificationPermissionHandler to an activity
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.support.base.android.NotificationsDelegate.requestNotificationPermission(NotificationsDelegate.kt:107)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.support.base.android.NotificationsDelegate.notify$default(NotificationsDelegate.kt:73)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.feature.media.middleware.RecordingDevicesMiddleware.invoke(RecordingDevicesMiddleware.kt:366)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:14)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.feature.search.middleware.SearchMiddleware.invoke(SearchMiddleware.kt:98)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:14)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.feature.search.region.RegionMiddleware.invoke(RegionMiddleware.kt:46)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:14)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.feature.session.middleware.undo.UndoMiddleware.invoke(UndoMiddleware.kt:175)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:14)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.browser.thumbnails.ThumbnailsMiddleware.invoke(ThumbnailsMiddleware.kt:332)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:14)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at org.mozilla.fenix.telemetry.TelemetryMiddleware.invoke(TelemetryMiddleware.kt:334)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:14)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.feature.readerview.ReaderViewMiddleware.invoke(ReaderViewMiddleware.kt:202)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:14)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.feature.downloads.DownloadMiddleware.invoke(DownloadMiddleware.kt:368)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:14)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.feature.recentlyclosed.RecentlyClosedMiddleware.invoke(RecentlyClosedMiddleware.kt:255)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:14)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.feature.session.middleware.LastAccessMiddleware.invoke(LastAccessMiddleware.kt:46)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:14)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.lib.state.internal.ReducerChainBuilder$build$threadCheck$1.invoke(ReducerChainBuilder.kt:61)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:14)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at mozilla.components.lib.state.Store$dispatch$1.invokeSuspend(Store.kt:15)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:112)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
01-10 14:01:27.672 11840 11840 E AndroidRuntime:    at java.lang.Thread.run(Thread.java:1012)