!!! FAILED BINDER TRANSACTION !!!
I got this issue while transferring large bitmap data.
I got this issue while transferring large bitmap data.
intent.putExtra("imagedata", data);
To resolve this issue, avoid transferring of large bitmaps.
The binder transaction failed due to large size.During remote procedure call, arguments and the returned value of call transferred as Parcel objects stored under the binder transaction buffer. If the returned value or arguments too large to fit in the transaction butter, the call will get fail and TransactionTooLargeException will be thrown.
0 coment�rios:
Post a Comment