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

* commit '0f2d0147a938e32424cf69f7df5e0da2fba02355':
  Append the test case name in the beginning of the test log.
This commit is contained in:
Yu Shan Emily Lau
2012-10-17 15:09:26 -07:00
committed by Android Git Automerger

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