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

Commit 1e6ce8a1 authored by Beth Thibodeau's avatar Beth Thibodeau
Browse files

Improve error logging

Bug: 298788229
Test: build
Change-Id: Ifeb9ca8f27bf6155b93098cb041ee5966d492392
parent a2746b25
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);
            }