summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/android/camera/VideoModule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/VideoModule.java b/src/com/android/camera/VideoModule.java
index e1c8cee13..1c87968a3 100644
--- a/src/com/android/camera/VideoModule.java
+++ b/src/com/android/camera/VideoModule.java
@@ -1922,7 +1922,7 @@ public class VideoModule implements CameraModule,
try {
mMediaRecorder.start(); // Recording is now started
} catch (RuntimeException e) {
- Log.e(TAG, "Could not start media recorder. ", e);
+ Toast.makeText(mActivity,"Could not start media recorder.\n Can't start video recording.", Toast.LENGTH_LONG).show();
releaseMediaRecorder();
releaseAudioFocus();
// If start fails, frameworks will not lock the camera for us.