summaryrefslogtreecommitdiff
path: root/src/com/android/camera/CaptureModule.java
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-08-03 22:59:02 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-08-03 22:59:02 -0700
commitf6ac587eed37bb49be33b6f47d57a2a2c2570124 (patch)
tree0ad851255d26d61eb0aba52214458751ac1efb2b /src/com/android/camera/CaptureModule.java
parentefaf23ae9846832f2bc3f208f887943a68af102a (diff)
parentbfb290a912d43a97404b92ab70bb9bc97209a6e8 (diff)
Merge "SnapdragonCamera:Fix IllegalArgumentException"
Diffstat (limited to 'src/com/android/camera/CaptureModule.java')
-rwxr-xr-xsrc/com/android/camera/CaptureModule.java2
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();
}
}