OSDN Git Service

Add debug message for b2149363.
authorWu-cheng Li <wuchengli@google.com>
Tue, 29 Sep 2009 23:40:19 +0000 (16:40 -0700)
committerWu-cheng Li <wuchengli@google.com>
Tue, 29 Sep 2009 23:40:19 +0000 (16:40 -0700)
src/com/android/camera/Camera.java

index 2ef70d7..b258654 100644 (file)
@@ -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.