http://developer.android.com/reference/android/os/TransactionTooLargeException.html
官方文档上面说:
The Binder transaction buffer has a limited fixed size, currently 1Mb
现在有一个TransactionTooLargeException产生了,想通过更改Binder transaction buffer的大小来解决
不知道对应的源码是哪块?
------解决方案--------------------
同求……
出现了同样的问题 现在的程序只有一台手机正常运行……其他手机都是这问题导致应用闪退。
------解决方案--------------------
Binder.C中去修改