Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conflict with Riru-ClipboardWhitelist #2

Open
rhjdvsgsgks opened this issue Aug 24, 2023 · 0 comments
Open

conflict with Riru-ClipboardWhitelist #2

rhjdvsgsgks opened this issue Aug 24, 2023 · 0 comments

Comments

@rhjdvsgsgks
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant