My favorites | Sign in
Project Home Downloads Wiki Issues Source
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 823: CTS Fail in android.content.cts.ContextWrapperTest package
1 person starred this issue and may be notified of changes. Back to list
Status:  Invalid
Owner:  ----
Closed:  Apr 2011


Sign in to add a comment
 
Reported by jun...@gmail.com, Jan 13, 2011
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))

ProcessState.cpp
10.7 KB   View   Download
Apr 4, 2011
#1 sop@google.com
Wrong project. Please file with https://code.google.com/p/android/
Status: Invalid
Sign in to add a comment

Powered by Google Project Hosting