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

Crashes when opening settings #78

Closed
dgudim opened this issue Jul 19, 2023 · 1 comment
Closed

Crashes when opening settings #78

dgudim opened this issue Jul 19, 2023 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@dgudim
Copy link

dgudim commented Jul 19, 2023

Fortunately It captured its own stacktrace
After clearing the crash log it opened again.

FATAL EXCEPTION: main
Process: taco.scoop, PID: 26994
java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 2170956 bytes
	at android.app.ActivityClient.activityStopped(ActivityClient.java:88)
	at android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:143)
	at android.os.Handler.handleCallback(Handler.java:942)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:226)
	at android.os.Looper.loop(Looper.java:313)
	at android.app.ActivityThread.main(ActivityThread.java:8757)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
Caused by: android.os.TransactionTooLargeException: data parcel size 2170956 bytes
	at android.os.BinderProxy.transactNative(Native Method)
	at android.os.BinderProxy.transact(BinderProxy.java:662)
	at android.app.IActivityClientController$Stub$Proxy.activityStopped(IActivityClientController.java:1309)
	at android.app.ActivityClient.activityStopped(ActivityClient.java:85)
	... 9 more
@TacoTheDank
Copy link
Owner

Duplicate of #45

@TacoTheDank TacoTheDank marked this as a duplicate of #45 Jul 20, 2023
@TacoTheDank TacoTheDank added the duplicate This issue or pull request already exists label Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants