diff options
author | Jeff Hao <jeffhao@google.com> | 2015-04-28 12:11:22 -0700 |
---|---|---|
committer | Jeff Hao <jeffhao@google.com> | 2015-04-28 12:11:22 -0700 |
commit | 67aea0a0b078c7f6ed780e5fafb31e9849127f79 (patch) | |
tree | 975d975358182e373e8e0903d1b9bc1da1bd71a8 /test/MultiDexModifiedSecondary/Second.java | |
parent | 458d91b0f72293c9dd347feecf535db0682ccd71 (diff) |
Change ddmc run-test to make new objects instead of strings.
Before, the test was creating new strings until overflowing allocations,
which was half string objects and half character arrays. Now, it
allocates all strings with the character data, which is larger than
before, causing the test to run out of memory. Allocating only objects
prevents the test from running out of memory.
Change-Id: Icf3f0fd2ae847e76a9b8d5dfb762be92de16aaa3
Diffstat (limited to 'test/MultiDexModifiedSecondary/Second.java')
0 files changed, 0 insertions, 0 deletions