commit | 96bb04a365da975a1a4c9bb730ba3455c9d940f1 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Jul 19 17:16:50 2022 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Tue Jul 19 22:34:59 2022 +0100 |
tree | 91cbee63e49e9f34b87442581be03f88eb17b245 | |
parent | 17139bce97eceedc1be1d35cf65ede103bc3812a [diff] |
compos_bench: Remove empty cleanup() function Test: m ComposBenchmarkApp Change-Id: If90832b457000f37217867ad87b53d78897b323d
diff --git a/compos/benchmark/src/java/com/android/compos/benchmark/ComposBenchmark.java b/compos/benchmark/src/java/com/android/compos/benchmark/ComposBenchmark.java index f4bc3b6..20b3585 100644 --- a/compos/benchmark/src/java/com/android/compos/benchmark/ComposBenchmark.java +++ b/compos/benchmark/src/java/com/android/compos/benchmark/ComposBenchmark.java
@@ -24,7 +24,6 @@ import android.os.ParcelFileDescriptor; import android.util.Log; -import org.junit.After; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; @@ -56,11 +55,6 @@ mInstrumentation = getInstrumentation(); } - @After - public void cleanup() { - - } - public byte[] executeCommandBlocking(String command) { try ( InputStream is = new ParcelFileDescriptor.AutoCloseInputStream(