Binder transaction failing in android

aTJ picture aTJ · Mar 11, 2011 · Viewed 10.9k times · Source

Possible Duplicate:
Failed Binder Transaction when returning camera image

What are the chances of binder transaction failing in android stack? I have an application which switches thru different activities, but the size of data being exchanged between each activity is very less (less than 20 bytes) which includes no images. In some case, system crashes out with out of memory and in other cases application terminates.

Please help...I am in a real spot of bother..

Answer

Reno picture Reno · Mar 11, 2011

I think that you are over-logging. Or that there is a huge memory leak. Minimize your application and run the android Task Manager. Depending on your android (mobile) device you can cause the system to crash if there is over-logging or big leaks.