summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYu Shan Emily Lau <yslau@google.com>2009-11-16 19:56:16 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-11-16 19:56:16 -0800
commit0a76e594877db168d773109d89fc793ea48f9899 (patch)
tree75bda6a067a9b891a84bffcb45569dfc97a0b966 /tests
parente517ec71f0e16224f67bcb039761e12850095541 (diff)
parent56e1db465a1726f2dd0e0b4ad0624c14b797d313 (diff)
downloadLegacyCamera-0a76e594877db168d773109d89fc793ea48f9899.zip
LegacyCamera-0a76e594877db168d773109d89fc793ea48f9899.tar.gz
LegacyCamera-0a76e594877db168d773109d89fc793ea48f9899.tar.bz2
am 56e1db46: Trun on the log to see what causing the failure
Merge commit '56e1db465a1726f2dd0e0b4ad0624c14b797d313' into eclair-mr2 * commit '56e1db465a1726f2dd0e0b4ad0624c14b797d313': Trun on the log to see what causing the failure
Diffstat (limited to 'tests')
-rwxr-xr-xtests/src/com/android/camera/stress/CameraLatency.java1
1 files changed, 1 insertions, 0 deletions
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 <Camera> {
@LargeTest
public void testImageCapture() {
+ Log.v(TAG, "start testImageCapture test");
Instrumentation inst = getInstrumentation();
try {
for (int i = 0; i < TOTAL_NUMBER_OF_IMAGECAPTURE; i++) {