Mark method @UsedForTesting
This prevents it from being optimized away. Change-Id: Iecd317568e23e86e4c0ece8134a4926a7a56d65b
This commit is contained in:
parent
820317f7aa
commit
7472cc8245
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ public class ExecutorUtils {
|
|||
mRunnables = runnables;
|
||||
}
|
||||
|
||||
@UsedForTesting
|
||||
public Runnable[] getRunnables() {
|
||||
return mRunnables;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue