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

Commit 373ce170 authored by Vadim Caen's avatar Vadim Caen Committed by Gerrit Code Review
Browse files

Merge "Fix NPE problem to avoid systemserver process crash." into main

parents e39d9a70 75f4458c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -474,7 +474,7 @@ final class ContentRecorder implements WindowContainerListener {
                    return null;
                }
                final Task taskToRecord = wc.asTask();
                if (taskToRecord == null) {
                if (taskToRecord == null || !taskToRecord.isAttached()) {
                    handleStartRecordingFailed();
                    ProtoLog.v(WM_DEBUG_CONTENT_RECORDING,
                            "Content Recording: Unable to retrieve task to start recording for "