old mode 100755new mode 100644.. | .. |
---|
48 | 48 | MEDIA_STORAGE_FAILURE( |
---|
49 | 49 | R.string.error_media_storage_failure, |
---|
50 | 50 | R.string.feedback_description_save_photo, |
---|
| 51 | + false), |
---|
| 52 | + CAMERA_VIDEO_QUALITY_FAILURE( |
---|
| 53 | + R.string.error_cannot_start_recording_failure, |
---|
| 54 | + R.string.feedback_description_start_recording, |
---|
51 | 55 | false); |
---|
52 | 56 | |
---|
53 | 57 | private final int mDialogMsgId; |
---|
.. | .. |
---|
144 | 148 | */ |
---|
145 | 149 | public void onCameraDisabledFailure(); |
---|
146 | 150 | |
---|
| 151 | + /** |
---|
| 152 | + * Handles error where the camera is fail start recording. |
---|
| 153 | + */ |
---|
| 154 | + public void onRecordingFailure(); |
---|
147 | 155 | |
---|
148 | 156 | /** |
---|
149 | 157 | * Handles a fatal error, e.g. by displaying the appropriate dialog and |
---|