Loading packages/SystemUI/src/com/android/systemui/screenrecord/RecordingService.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -456,6 +456,7 @@ public class RecordingService extends Service implements ScreenMediaRecorderList currentUser); currentUser); } catch (IOException | IllegalStateException e) { } catch (IOException | IllegalStateException e) { Log.e(TAG, "Error saving screen recording: " + e.getMessage()); Log.e(TAG, "Error saving screen recording: " + e.getMessage()); e.printStackTrace(); showErrorToast(R.string.screenrecord_save_error); showErrorToast(R.string.screenrecord_save_error); mNotificationManager.cancelAsUser(null, mNotificationId, currentUser); mNotificationManager.cancelAsUser(null, mNotificationId, currentUser); } } Loading Loading
packages/SystemUI/src/com/android/systemui/screenrecord/RecordingService.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -456,6 +456,7 @@ public class RecordingService extends Service implements ScreenMediaRecorderList currentUser); currentUser); } catch (IOException | IllegalStateException e) { } catch (IOException | IllegalStateException e) { Log.e(TAG, "Error saving screen recording: " + e.getMessage()); Log.e(TAG, "Error saving screen recording: " + e.getMessage()); e.printStackTrace(); showErrorToast(R.string.screenrecord_save_error); showErrorToast(R.string.screenrecord_save_error); mNotificationManager.cancelAsUser(null, mNotificationId, currentUser); mNotificationManager.cancelAsUser(null, mNotificationId, currentUser); } } Loading