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
java.lang.IllegalStateException: Binder interceptor disabled
at android.os.Parcel.createExceptionOrNull(Parcel.java:2381)
at android.os.Parcel.createException(Parcel.java:2357)
at android.os.Parcel.readException(Parcel.java:2340)
at android.os.Parcel.readException(Parcel.java:2282)
at android.content.IClipboard$Stub$Proxy.getPrimaryClip(IClipboard.java:333)
at android.content.ClipboardManager.getPrimaryClip(ClipboardManager.java:134)
at org.mozilla.fenix.utils.ClipboardHandler.getText(ClipboardHandler.kt:3)
at org.mozilla.fenix.utils.ClipboardHandler.extractURL(ClipboardHandler.kt:1)
at org.mozilla.fenix.utils.ClipboardHandler.containsURL$app_fenixNightly(ClipboardHandler.kt:31)
at org.mozilla.fenix.search.SearchDialogFragment$onResume$2$1.invokeSuspend(SearchDialogFragment.kt:24)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:112)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@f1eaa29, java.util.concurrent.ThreadPoolExecutor@c9d21ae[Running, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 0]]
Caused by: android.os.RemoteException: Remote stack trace:
at com.github.kr328.zloader.internal.Loader.callExecTransact(Loader.java:3)
at com.github.kr328.zloader.BinderInterceptors$BinderProxy.transact(BinderInterceptors.java:2)
at android.content.IClipboard$Stub$Proxy.getPrimaryClip(IClipboard.java:329)
at com.github.kr328.clipboard.ClipboardProxy.getPrimaryClip(ClipboardProxy.java:7)
at android.content.IClipboard$Stub.onTransact(IClipboard.java:173)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: