liyujie
2025-08-28 786ff4f4ca2374bdd9177f2e24b503d43e7a3b93
android/packages/apps/Camera2/src/com/android/camera/FatalErrorHandler.java
old mode 100755new mode 100644
....@@ -48,6 +48,10 @@
4848 MEDIA_STORAGE_FAILURE(
4949 R.string.error_media_storage_failure,
5050 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,
5155 false);
5256
5357 private final int mDialogMsgId;
....@@ -144,6 +148,10 @@
144148 */
145149 public void onCameraDisabledFailure();
146150
151
+ /**
152
+ * Handles error where the camera is fail start recording.
153
+ */
154
+ public void onRecordingFailure();
147155
148156 /**
149157 * Handles a fatal error, e.g. by displaying the appropriate dialog and