summaryrefslogtreecommitdiff
path: root/src/com/android/camera/CaptureModule.java
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-09-05 11:15:48 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-09-05 11:15:49 -0700
commitf70dcadc196d448e28560aed35e114e3fb9df653 (patch)
tree8875c9e962b62ac1c808235660e2628af872506f /src/com/android/camera/CaptureModule.java
parentb4a87d5886cf8290528aeb5f3baa6c77a7f184ff (diff)
parentad615602a37572e9f605b29d02eb981025114c01 (diff)
Merge "SnapdraongCamera:Add shutter logs" into camera-SnapdragonCamera.lnx.3.0
Diffstat (limited to 'src/com/android/camera/CaptureModule.java')
-rwxr-xr-xsrc/com/android/camera/CaptureModule.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java
index 134dd5473..1d60dd0a5 100755
--- a/src/com/android/camera/CaptureModule.java
+++ b/src/com/android/camera/CaptureModule.java
@@ -2977,6 +2977,7 @@ public class CaptureModule implements CameraModule, PhotoController,
} else {
enableShutterAndVideoOnUiThread(id);
}
+ Log.d(TAG,"onShutterButtonRelease");
if (mSettingsManager.isHeifWriterEncoding()) {
if (mHeifImage != null) {
try {
@@ -6234,6 +6235,8 @@ public class CaptureModule implements CameraModule, PhotoController,
return;
}
+ Log.d(TAG,"onShutterButtonClick");
+
if (mCurrentSceneMode.mode == CameraMode.HFR ||
mCurrentSceneMode.mode == CameraMode.VIDEO) {
if (!isHighSpeedRateCapture()) {