Mark method @UsedForTesting

This prevents it from being optimized away.

Change-Id: Iecd317568e23e86e4c0ece8134a4926a7a56d65b
main
Dan Zivkovic 2015-03-11 14:00:30 -07:00
parent 820317f7aa
commit 7472cc8245
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ public class ExecutorUtils {
mRunnables = runnables;
}
@UsedForTesting
public Runnable[] getRunnables() {
return mRunnables;
}