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

TransactionTooLargeException when deleting #4103

Closed
Cmac299203 opened this issue Mar 1, 2024 · 1 comment
Closed

TransactionTooLargeException when deleting #4103

Cmac299203 opened this issue Mar 1, 2024 · 1 comment
Labels
Area-FileOperations Related to file operations (e.g. moving, copying, renaming). Issue-Bug Related unexpected behavior or something worth investigating.

Comments

@Cmac299203
Copy link

Issue explanation (write below this line)

Exception

  • App Name: Amaze File Manager
  • Package: com.amaze.filemanager
  • Version: 3.10
  • User Action: UI Error
  • Request: Application crash
  • OS: Linux samsung/x1qcsx/x1q:13/TP1A.220624.014/G981WVLU6HWHA:user/release-keys 13 - 33
  • Device: x1q
  • Model: SM-G981W
  • Product: x1qcsx
Crash log

java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 1032052 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:8762)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
Caused by: android.os.TransactionTooLargeException: data parcel size 1032052 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


@VishnuSanal VishnuSanal reopened this Mar 2, 2024
@VishnuSanal VishnuSanal added the Issue-Bug Related unexpected behavior or something worth investigating. label Mar 2, 2024
@VishnuSanal VishnuSanal changed the title Help me delete please TransactionTooLargeException when deleting Mar 2, 2024
@VishnuSanal VishnuSanal added the Area-FileOperations Related to file operations (e.g. moving, copying, renaming). label Mar 2, 2024
@VishnuSanal
Copy link
Member

similar #3078

@Cmac299203 Cmac299203 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-FileOperations Related to file operations (e.g. moving, copying, renaming). Issue-Bug Related unexpected behavior or something worth investigating.
Projects
None yet
Development

No branches or pull requests

2 participants