-
Notifications
You must be signed in to change notification settings - Fork 107
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
Comments
I got the same issue. |
@majedalmoqbeli , No I used some third-party library but issue is still there in old code |
@msnainps what is the new library do you use? |
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
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)
The text was updated successfully, but these errors were encountered: