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

RuntimeException: android.os.TransactionTooLargeException: data parcel size 1083376 bytes #4632

Open
sentry-io bot opened this issue Apr 7, 2022 · 4 comments

Comments

@sentry-io
Copy link

sentry-io bot commented Apr 7, 2022

Sentry Issue: OPENFOODFACTS-ANDROID-3GN

TransactionTooLargeException: data parcel size 1083376 bytes
    at android.os.BinderProxy.transactNative(BinderProxy.java)
    at android.os.BinderProxy.transact(BinderProxy.java:640)
    at android.app.IActivityClientController$Stub$Proxy.activityStopped(IActivityClientController.java:1297)
    at android.app.ActivityClient.activityStopped(ActivityClient.java:83)
    at android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:143)
...
(8 additional frame(s) were not displayed)

RuntimeException: android.os.TransactionTooLargeException: data parcel size 1083376 bytes
    at android.app.ActivityClient.activityStopped(ActivityClient.java:86)
    at android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:143)
    at android.os.Handler.handleCallback(Handler.java:938)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loopOnce(Looper.java:233)
...
(5 additional frame(s) were not displayed)
@teolemon
Copy link
Member

teolemon commented Apr 7, 2022

now the #1 bug

@teolemon
Copy link
Member

teolemon commented Apr 7, 2022

absolutely no idea how to reproduce, it says in Stack Overflow it might be related to intents, but I don't believe that many people "Share to Open Food Facts"

@VaiTon
Copy link
Member

VaiTon commented Apr 7, 2022

Maybe related to onSaveInstanceState in ContinuousScanActivity or MainActivity

@g123k
Copy link
Contributor

g123k commented Apr 7, 2022

It means we save too much things when the app goes into background
(hard to reproduce)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

3 participants