Append the test case name in the beginning

of the test log.

Change-Id: I621286274d84bfff474f1cc1e01353b3fd66dc23
This commit is contained in:
Yu Shan Emily Lau
2012-10-17 14:36:37 -07:00
parent 1720e07355
commit 3662f2011f

View File

@@ -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