码迷,mamicode.com
首页 > 其他好文 > 详细

修改binder buffer 去掉TransactionTooLargeException

时间:2015-05-11 20:12:37      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!