diff options
author | Yu Shan Emily Lau <yslau@google.com> | 2009-11-09 16:05:09 -0800 |
---|---|---|
committer | Yu Shan Emily Lau <yslau@google.com> | 2009-11-09 16:05:09 -0800 |
commit | f8fb435dc77fbe364013ca8274ce6e84cd44b737 (patch) | |
tree | 1b2ab66d78b18a495d043ddab1487e0938b1b980 /tests/src/com | |
parent | ff7da7918997b56fbf5f410bedf263622e014bb0 (diff) | |
download | packages_apps_LegacyCamera-f8fb435dc77fbe364013ca8274ce6e84cd44b737.zip packages_apps_LegacyCamera-f8fb435dc77fbe364013ca8274ce6e84cd44b737.tar.gz packages_apps_LegacyCamera-f8fb435dc77fbe364013ca8274ce6e84cd44b737.tar.bz2 |
Changed the tag name.
Diffstat (limited to 'tests/src/com')
-rwxr-xr-x | tests/src/com/android/camera/stress/ImageCapture.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/src/com/android/camera/stress/ImageCapture.java b/tests/src/com/android/camera/stress/ImageCapture.java index 49e8d41..6978657 100755 --- a/tests/src/com/android/camera/stress/ImageCapture.java +++ b/tests/src/com/android/camera/stress/ImageCapture.java @@ -160,6 +160,7 @@ public class ImageCapture extends ActivityInstrumentationTestCase2 <Camera> { mEndPid = getMediaserverPid(); mEndMemory = getMediaserverVsize(); output.write("Start Memory = " + startMemory + "\n"); + output.write("End Memory = " + mEndMemory + "\n"); Log.v(TAG, "End memory :" + mEndMemory); //Write the total memory different into the output file output.write("The total diff = " + (mEndMemory - startMemory)); @@ -192,7 +193,7 @@ public class ImageCapture extends ActivityInstrumentationTestCase2 <Camera> { output.write("No of loops : " + TOTAL_NUMBER_OF_VIDEOCAPTURE + "\n"); getMemoryWriteToLog(output); - mOut.write("Video Camera Capture\n"); + mOut.write("Camera Image Capture\n"); mOut.write("No of loops :" + TOTAL_NUMBER_OF_VIDEOCAPTURE + "\n"); mOut.write("loop: "); @@ -241,10 +242,10 @@ public class ImageCapture extends ActivityInstrumentationTestCase2 <Camera> { try { Writer output = new BufferedWriter(new FileWriter(imageCaptureMemFile, true)); - output.write("Camera Image capture\n"); + output.write("Camera Video capture\n"); output.write("No of loops : " + TOTAL_NUMBER_OF_VIDEOCAPTURE + "\n"); getMemoryWriteToLog(output); - mOut.write("Video Camera Capture\n"); + mOut.write("Camera Video Capture\n"); mOut.write("No of loops :" + TOTAL_NUMBER_OF_VIDEOCAPTURE + "\n"); mOut.write("loop: "); // Switch to the video mode |