Skip to content

Commit 3662f20

Browse files
author
Yu Shan Emily Lau
committed
Append the test case name in the beginning
of the test log. Change-Id: I621286274d84bfff474f1cc1e01353b3fd66dc23
1 parent 1720e07 commit 3662f20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/MediaPlayerPerformance.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ protected void setUp() throws Exception {
117117
}
118118
mMemWriter = new BufferedWriter(new FileWriter
119119
(new File(MEDIA_MEMORY_OUTPUT), true));
120+
mMemWriter.write(this.getName() + "\n");
120121
}
121122

122123
@Override

0 commit comments

Comments
 (0)