Loading app/src/main/java/net/sourceforge/opencamera/Preview/Preview.java +3 −0 Original line number Diff line number Diff line Loading @@ -4677,6 +4677,7 @@ public class Preview implements SurfaceHolder.Callback, TextureView.SurfaceTextu if( MyDebug.LOG ) Log.e(TAG, "failed to save video"); e.printStackTrace(); this.video_recorder = local_video_recorder; if( told_app_starting ) { applicationInterface.stoppingVideo(); } Loading @@ -4692,6 +4693,7 @@ public class Preview implements SurfaceHolder.Callback, TextureView.SurfaceTextu if( MyDebug.LOG ) Log.e(TAG, "camera exception starting video recorder"); e.printStackTrace(); this.video_recorder = local_video_recorder; // still assign, so failedToStartVideoRecorder() will release the video_recorder if( told_app_starting ) { applicationInterface.stoppingVideo(); } Loading @@ -4701,6 +4703,7 @@ public class Preview implements SurfaceHolder.Callback, TextureView.SurfaceTextu if( MyDebug.LOG ) Log.e(TAG, "nofreestorageexception starting video recorder"); e.printStackTrace(); this.video_recorder = local_video_recorder; if( told_app_starting ) { applicationInterface.stoppingVideo(); } Loading Loading
app/src/main/java/net/sourceforge/opencamera/Preview/Preview.java +3 −0 Original line number Diff line number Diff line Loading @@ -4677,6 +4677,7 @@ public class Preview implements SurfaceHolder.Callback, TextureView.SurfaceTextu if( MyDebug.LOG ) Log.e(TAG, "failed to save video"); e.printStackTrace(); this.video_recorder = local_video_recorder; if( told_app_starting ) { applicationInterface.stoppingVideo(); } Loading @@ -4692,6 +4693,7 @@ public class Preview implements SurfaceHolder.Callback, TextureView.SurfaceTextu if( MyDebug.LOG ) Log.e(TAG, "camera exception starting video recorder"); e.printStackTrace(); this.video_recorder = local_video_recorder; // still assign, so failedToStartVideoRecorder() will release the video_recorder if( told_app_starting ) { applicationInterface.stoppingVideo(); } Loading @@ -4701,6 +4703,7 @@ public class Preview implements SurfaceHolder.Callback, TextureView.SurfaceTextu if( MyDebug.LOG ) Log.e(TAG, "nofreestorageexception starting video recorder"); e.printStackTrace(); this.video_recorder = local_video_recorder; if( told_app_starting ) { applicationInterface.stoppingVideo(); } Loading