| Issue 823: | CTS Fail in android.content.cts.ContextWrapperTest package | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Affected Version: Froyo CTS R4 What steps will reproduce the problem? 1. CTS Test in android.content.cts.ContextWrapperTest. 2. you can find two fails they are testCreatePackageContext, testAccessBaseContext. CTS Test Tool referenced BINDER_VM_SIZE in the file(ProcessState.cpp). As the number of installed package is increased, the size of installed packages information exceed BINDER_VM_SIZE. I want to change below. the file : frameworks/base/libs/binder/ProcessState.cpp before #define BINDER_VM_SIZE ((1*1024*1024) - (4096 *2)) after #define BINDER_VM_SIZE ((2*1024*1024) - (4096 *2))
Apr 4, 2011
#1
sop@google.com
Status:
Invalid
|
|
| ► Sign in to add a comment |