From 56e1db465a1726f2dd0e0b4ad0624c14b797d313 Mon Sep 17 00:00:00 2001 From: Yu Shan Emily Lau Date: Mon, 16 Nov 2009 18:08:27 -0800 Subject: Trun on the log to see what causing the failure --- tests/src/com/android/camera/stress/CameraLatency.java | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/src/com/android/camera/stress/CameraLatency.java b/tests/src/com/android/camera/stress/CameraLatency.java index 484d4c0..f7684ed 100755 --- a/tests/src/com/android/camera/stress/CameraLatency.java +++ b/tests/src/com/android/camera/stress/CameraLatency.java @@ -66,6 +66,7 @@ public class CameraLatency extends ActivityInstrumentationTestCase2 { @LargeTest public void testImageCapture() { + Log.v(TAG, "start testImageCapture test"); Instrumentation inst = getInstrumentation(); try { for (int i = 0; i < TOTAL_NUMBER_OF_IMAGECAPTURE; i++) { -- cgit v1.1