googlecodelabs / android-perf-testing

Automated Performance Testing on Android
https://codelabs.developers.google.com/codelabs/android-perf-testing/
Apache License 2.0
93 stars 39 forks source link

OutOfMemory Issue in the sample app sometimes causes the TestListener not to execute methods #7

Open PaulRashidi opened 8 years ago

PaulRashidi commented 8 years ago

Specifically, when an OOM issue happens the test listener can't move the set of test files out of the app directory into the external storage directory. Then the monkeyrunner script can't pull them.

PaulRashidi commented 8 years ago

Log to external storage directory instead.