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

Commit 6aa774ec authored by Yu Shan Emily Lau's avatar Yu Shan Emily Lau Committed by Android Git Automerger
Browse files

am b05706da: am 0f2d0147: Merge "Append the test case name in the beginning of...

am b05706da: am 0f2d0147: Merge "Append the test case name in the beginning of the test log." into jb-mr1-dev

* commit 'b05706da':
  Append the test case name in the beginning of the test log.
parents b7379d3e b05706da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -117,6 +117,7 @@ public class MediaPlayerPerformance extends ActivityInstrumentationTestCase2<Med
        }
        mMemWriter = new BufferedWriter(new FileWriter
                (new File(MEDIA_MEMORY_OUTPUT), true));
        mMemWriter.write(this.getName() + "\n");
    }

    @Override