From: Wu-cheng Li Date: Tue, 29 Sep 2009 23:40:19 +0000 (-0700) Subject: Add debug message for b2149363. X-Git-Tag: android-x86-2.2~94^2~13^2~50 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=083ccc1e5e06bde2102c50e8279178209fa9a056;p=android-x86%2Fpackages-apps-Camera.git Add debug message for b2149363. --- diff --git a/src/com/android/camera/Camera.java b/src/com/android/camera/Camera.java index 2ef70d7..b258654 100644 --- a/src/com/android/camera/Camera.java +++ b/src/com/android/camera/Camera.java @@ -1396,6 +1396,7 @@ public class Camera extends Activity implements View.OnClickListener, } private void doSnap() { + Log.v(TAG, "doSnap: mFocusState=" + mFocusState); // If the user has half-pressed the shutter and focus is completed, we // can take the photo right away. If the focus mode is infinity, we can // also take the photo.