diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-09-05 11:15:48 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-09-05 11:15:49 -0700 |
| commit | f70dcadc196d448e28560aed35e114e3fb9df653 (patch) | |
| tree | 8875c9e962b62ac1c808235660e2628af872506f /src/com/android/camera/CaptureModule.java | |
| parent | b4a87d5886cf8290528aeb5f3baa6c77a7f184ff (diff) | |
| parent | ad615602a37572e9f605b29d02eb981025114c01 (diff) | |
Merge "SnapdraongCamera:Add shutter logs" into camera-SnapdragonCamera.lnx.3.0
Diffstat (limited to 'src/com/android/camera/CaptureModule.java')
| -rwxr-xr-x | src/com/android/camera/CaptureModule.java | 3 |
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()) { |
