Bug 246059 - Use os_log instead of fprintf for shader output message
Summary: Use os_log instead of fprintf for shader output message
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: ANGLE (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-10-04 18:56 PDT by Dean Jackson
Modified: 2022-10-04 18:59 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2022-10-04 18:56:36 PDT
We shouldn't fprintf unconditionally. Use the system logging features.
Comment 1 Radar WebKit Bug Importer 2022-10-04 18:56:53 PDT
<rdar://problem/100790770>
Comment 2 Dean Jackson 2022-10-04 18:59:08 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5012