Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7472cc82 authored by Dan Zivkovic's avatar Dan Zivkovic
Browse files

Mark method @UsedForTesting

This prevents it from being optimized away.

Change-Id: Iecd317568e23e86e4c0ece8134a4926a7a56d65b
parent 820317f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@ public class ExecutorUtils {
            mRunnables = runnables;
        }

        @UsedForTesting
        public Runnable[] getRunnables() {
            return mRunnables;
        }