Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/libwebrtc/moz-patch-stack/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Impressum s0123.patch   Sprache: unbekannt

 
Haftungsausschluß.patch KontaktUnknown {[0] [0] [0]}diese Dinge liegen außhalb unserer Verantwortung

From: Andreas Pehrson <apehrson@mozilla.com>
Date: Fri, 5 Dec 2025 11:12:00 +0000
Subject: Bug 1931210 - Log SCK startCaptureWithCompletionHandler error code.
 r=jib

Differential Revision: https://phabricator.services.mozilla.com/D268351
Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/330a55d5a7ff5e7c694772810697fde59f0c742b
---
 modules/desktop_capture/mac/screen_capturer_sck.mm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/desktop_capture/mac/screen_capturer_sck.mm b/modules/desktop_capture/mac/screen_capturer_sck.mm
index 0d0750f63e..8ec1d182a3 100644
--- a/modules/desktop_capture/mac/screen_capturer_sck.mm
+++ b/modules/desktop_capture/mac/screen_capturer_sck.mm
@@ -590,7 +590,8 @@ void ScreenCapturerSck::StartWithFilter(SCContentFilter* __strong filter) {
         // this handler.
         permanent_error_ = true;
         RTC_LOG(LS_ERROR) << "ScreenCapturerSck " << this
-                          << " Starting failed.";
+                          << " Starting failed with error code " << error.code
+                          << ".";
       } else {
         RTC_LOG(LS_INFO) << "ScreenCapturerSck " << this << " Capture started.";
       }

[Seitenstruktur0.18Druckenetwas mehr zur Ethik2026-08-25]