简体   繁体   中英

How to solve TransactionTooLargeException error?

i getting this TransactionTooLargeException when i clicked selected cell of my listview, please can any one guide me how to solve this...?

My Error log is:-

Exception when starting activity   com.app.Login/com.app.New_Site_Risk_Assessment.Show_Selected_Images
10- android.os.TransactionTooLargeException
at android.os.BinderProxy.transact(Native Method)

at android.app.ApplicationThreadProxy.scheduleLaunchActivity(ApplicationThreadNative.java:660)

at com.android.server.am.ActivityStack.realStartActivityLocked(ActivityStack.java:615)

at com.android.server.am.ActivityStack.startSpecificActivityLocked
at com.android.server.am.ActivityStack.resumeTopActivityLocked
at com.android.server.am.ActivityStack.completePauseLocked
at com.android.server.am.ActivityStack.activityPaused
at com.android.server.am.ActivityManagerService.activityPaused(ActivityManagerService.java:4131)

at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:371)

at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:1548)
at android.os.Binder.execTransact(Binder.java:338)
at dalvik.system.NativeStart.run(Native Method)
Force removing ActivityRecord{41261b98 com.app.Login/com.app.New_Site_Risk_Assessment.Show_Selected_Images}: app died, no saved state

Force removing ActivityRecord{413329a8 com.app.Login/com.app.Qoute_Inbox.Qoute_Inbox_Display_Data}: app died, no saved state

When sending data via an intent, you should be careful to limit the data size to a few KB .

Sending too much data can cause the system to throw a TransactionTooLargeException exception.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM