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

Commit 3662f201 authored by Yu Shan Emily Lau's avatar Yu Shan Emily Lau
Browse files

Append the test case name in the beginning

of the test log.

Change-Id: I621286274d84bfff474f1cc1e01353b3fd66dc23
parent 1720e073
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