Merge "Append the test case name in the beginning of the test log." into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0f2d0147a9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user