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

Commit 99638e74 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 27466 into eclair

* changes:
  Turn on thubmnail capture unit test for media metadata retriever
parents fedb3269 525ad186
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -61,9 +61,8 @@ public class MediaMetadataRetrieverTest extends AndroidTestCase {
    }

    // Test frame capture
    // Suppressing until 1259652 is fixed.
    @Suppress
    public static void disableTestThumbnailCapture() throws Exception {
    @LargeTest
    public static void testThumbnailCapture() throws Exception {
        MediaMetadataRetriever retriever = new MediaMetadataRetriever();
        Log.v(TAG, "Thumbnail processing starts");
        long startedAt = System.currentTimeMillis();