diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-08-03 22:59:02 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-08-03 22:59:02 -0700 |
| commit | f6ac587eed37bb49be33b6f47d57a2a2c2570124 (patch) | |
| tree | 0ad851255d26d61eb0aba52214458751ac1efb2b /src/com/android/camera/CaptureModule.java | |
| parent | efaf23ae9846832f2bc3f208f887943a68af102a (diff) | |
| parent | bfb290a912d43a97404b92ab70bb9bc97209a6e8 (diff) | |
Merge "SnapdragonCamera:Fix IllegalArgumentException"
Diffstat (limited to 'src/com/android/camera/CaptureModule.java')
| -rwxr-xr-x | src/com/android/camera/CaptureModule.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java index f6a603c39..441222540 100755 --- a/src/com/android/camera/CaptureModule.java +++ b/src/com/android/camera/CaptureModule.java @@ -2052,6 +2052,8 @@ public class CaptureModule implements CameraModule, PhotoController, } catch (CameraAccessException e) { Log.d(TAG, "Capture still picture has failed"); e.printStackTrace(); + } catch (IllegalArgumentException e) { + e.printStackTrace(); } } |
