标签:
04-12 10:35:34.089 W/ActivityManager( 1167): Exception thrown during bind!
04-12 10:35:34.089 W/ActivityManager( 1167): android.os.TransactionTooLargeException
frameworks/native/libs/binder/ProcessState.cpp
#define BINDER_VM_SIZE ((1*1024*1024) - (4096 *2))
#define BINDER_VM_SIZE ((2*1024*1024) - (4096 *2))
修改binder buffer 去掉TransactionTooLargeException
标签:
原文地址:http://blog.csdn.net/oman111/article/details/45646505