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

[BUG] - TransactionTooLargeException #67

Closed
AmriZakariya opened this issue Feb 23, 2021 · 3 comments
Closed

[BUG] - TransactionTooLargeException #67

AmriZakariya opened this issue Feb 23, 2021 · 3 comments

Comments

@AmriZakariya
Copy link

E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.zak.setscanner, PID: 29662
java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 37498368 bytes
at android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:161)
at android.os.Handler.handleCallback(Handler.java:888)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:213)
at android.app.ActivityThread.main(ActivityThread.java:8178)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1101)
Caused by: android.os.TransactionTooLargeException: data parcel size 37498368 bytes
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(BinderProxy.java:526)
at android.app.IActivityTaskManager$Stub$Proxy.activityStopped(IActivityTaskManager.java:4561)
at android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:145)
at android.os.Handler.handleCallback(Handler.java:888) 
at android.os.Handler.dispatchMessage(Handler.java:100) 
at android.os.Looper.loop(Looper.java:213) 
at android.app.ActivityThread.main(ActivityThread.java:8178) 
at java.lang.reflect.Method.invoke(Native Method) 
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1101) 

@AmriZakariya AmriZakariya changed the title [BUG] - [BUG] - TransactionTooLargeException Feb 23, 2021
@Canato
Copy link
Member

Canato commented Feb 23, 2021

Hey @AmriZakariya thanks for the issue!

To help you we will need some more information!

  • Which library version are you using it?
  • How is the step by step to reproduce this bug? (if possible how to reproduce on the library sample)

Steps to reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error
  • Screnshot/video from the bug
  • Device used (label and android OS)

Edit:
The long don't show anything related to the library, so not sure how to find here

@chriscoomber
Copy link
Contributor

FWIW I've seen this log with apps that don't include this library.

@stale
Copy link

stale bot commented Mar 12, 2021

Let's keep this mess organised! This issue has been automatically marked as stale because it has not had recent activity. =( It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 12, 2021
@stale stale bot closed this as completed Mar 19, 2021
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

3 participants