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: data parcel size #161

Open
msnainps opened this issue Sep 15, 2022 · 5 comments
Open

TransactionTooLargeException: data parcel size #161

msnainps opened this issue Sep 15, 2022 · 5 comments

Comments

@msnainps
Copy link

App crash after opening the camera. Getting this log in logcat.

E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.perceptive.Instadispatch.driver, PID: 17925
java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 2977664 bytes
at android.app.ActivityThread$StopInfo.run(ActivityThread.java:3776)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6123)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:757)
Caused by: android.os.TransactionTooLargeException: data parcel size 2977664 bytes
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:615)
at android.app.ActivityManagerProxy.activityStopped(ActivityManagerNative.java:3700)
at android.app.ActivityThread$StopInfo.run(ActivityThread.java:3768)

@majedalmoqbeli
Copy link
Contributor

I got the same issue.
Did you fix it? @msnainps

@msnainps
Copy link
Author

@majedalmoqbeli , No I used some third-party library but issue is still there in old code

@majedalmoqbeli
Copy link
Contributor

@msnainps what is the new library do you use?

@msnainps
Copy link
Author

@majedalmoqbeli
Copy link
Contributor

This is the same library that you open this issue on it!!!!!

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

2 participants