diff options
Diffstat (limited to 'src/com/android/camera/CaptureModule.java')
| -rwxr-xr-x | src/com/android/camera/CaptureModule.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java index 1c247dfab..f6a603c39 100755 --- a/src/com/android/camera/CaptureModule.java +++ b/src/com/android/camera/CaptureModule.java @@ -1500,7 +1500,7 @@ public class CaptureModule implements CameraModule, PhotoController, } catch (IllegalStateException e) { Log.v(TAG, "createSession: mPaused status occur Time out waiting for surface "); } catch (NullPointerException e) { - + } catch (IllegalArgumentException e) { } } |
