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

Commit 9ed314ce authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Ib3191441 into eclair

* changes:
  Add the checking for mediaplayer stress test.
parents 2a6a149f b1ce51fb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ public class MediaPlayerStressTest extends ActivityInstrumentationTestCase2<Medi

        } catch (Exception e) {
            Log.v(TAG, e.toString());
            assertTrue("testStressHWDecoderRelease", false);
        }
    }

@@ -139,6 +140,7 @@ public class MediaPlayerStressTest extends ActivityInstrumentationTestCase2<Medi

        } catch (Exception e) {
            Log.v(TAG, e.toString());
            assertTrue("testStressGetCurrentPosition", false);
        }
    }
}