Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8297bd84 authored by Beth Thibodeau's avatar Beth Thibodeau Committed by Android (Google) Code Review
Browse files

Merge "Improve error logging" into main

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