Merge "Turn on dexmaker sharing classloaders for sysui tests"

This commit is contained in:
Jason Monk
2016-12-16 20:34:24 +00:00
committed by Android (Google) Code Review

View File

@@ -37,6 +37,7 @@ public abstract class SysuiTestCase {
@Before
public void SysuiSetup() throws Exception {
System.setProperty("dexmaker.share_classloader", "true");
mContext = new TestableContext(InstrumentationRegistry.getTargetContext(), this);
}