NEW 228555
Web Inspector: [Cocoa] Reintroduce strategic logging in RemoteInspectorCocoa that doesn't log to `stderr`
https://bugs.webkit.org/show_bug.cgi?id=228555
Summary Web Inspector: [Cocoa] Reintroduce strategic logging in RemoteInspectorCocoa ...
Patrick Angle
Reported 2021-07-28 10:15:34 PDT
r278413 added some additional logging to help diagnose issues with remote inspection. r280370 removed that logging because it occurred on `stderr`, which confused some clients of JavaScriptCore which relied on a clean `stderr` output to determine success, leading to compatibility issues with existing applications. We should reintroduce this logging using `os_log` to bypass `stderr` and log straight to the system log stream.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-07-28 10:15:45 PDT
Note You need to log in before you can comment on or make changes to this bug.