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

Commit a9015bb2 authored by James Dong's avatar James Dong
Browse files

Fixed a typo in a method name of MediaPlayerPerformance.java class

Change-Id: Ice9f931312b738fc62205988891f35907e8733d9
parent 8b61b68b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -518,7 +518,7 @@ public class MediaPlayerPerformance extends ActivityInstrumentationTestCase<Medi
    // Test case 6: Capture the memory usage after every 20 video and audio
    // recorded
    @LargeTest
    public void testRecordVidedAudioMemoryUsage() throws Exception {
    public void testRecordVideoAudioMemoryUsage() throws Exception {
        boolean memoryResult = false;
        mStartPid = getMediaserverPid();