summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 a7c193a21..a70fe69ba 100755
--- a/src/com/android/camera/CaptureModule.java
+++ b/src/com/android/camera/CaptureModule.java
@@ -4652,6 +4652,8 @@ public class CaptureModule implements CameraModule, PhotoController,
e.printStackTrace();
} catch (IllegalStateException e) {
e.printStackTrace();
+ } catch (NullPointerException e) {
+ e.printStackTrace();
}
}