Andrii Lisun

Results 2 issues of Andrii Lisun

This is fix for my #96. I got exception every time when moved phone and took picture in the same time(as described in #96). Exception isn't verbose enough and doesn't...

cla: yes

FATAL EXCEPTION: main Process: com.masterofcode.llc.phoxapp.debug, PID: 7007 java.lang.RuntimeException: takePicture failed at android.hardware.Camera.native_takePicture(Native Method) at android.hardware.Camera.takePicture(Camera.java:1461) at com.google.android.cameraview.Camera1.takePictureInternal(Camera1.java:230) at com.google.android.cameraview.Camera1$2.onAutoFocus(Camera1.java:221) at android.hardware.Camera$EventHandler.handleMessage(Camera.java:1146) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:5443) at java.lang.reflect.Method.invoke(Native Method)...