[Webkit-unassigned] [Bug 278092] New: Better way to enable WebRTC verbose logs in Safari
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 14 02:53:19 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=278092
Bug ID: 278092
Summary: Better way to enable WebRTC verbose logs in Safari
Product: WebKit
Version: Safari 18
Hardware: All
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebRTC
Assignee: webkit-unassigned at lists.webkit.org
Reporter: kagh at microsoft.com
CC: youennf at gmail.com
Problem:
Enabling WebRTC & media verbose logs on Safari currently require UI interaction. We have to rely on AppleScripts in automation in order to update these settings, which is not ideal.
Possible solutions:
A) A new plist key for Safari to enable verbose WebRTC and media logs. For example:
defaults write com.apple.Safari WebRTCLogging -string "Verbose"
defaults write com.apple.Safari MediaLogging -string "Verbose"
B) In order to enable info and verbose logging on Chrome, it can be launched with [command line flags](https://webrtc.github.io/webrtc-org/native-code/logging/). Perhaps something like this could also be implemented for Safari?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240814/ff6c3b39/attachment-0001.htm>
More information about the webkit-unassigned
mailing list