Bug 237907 - Fix logging in GPUProcessProxy::didCreateContextForVisibilityPropagation()
Summary: Fix logging in GPUProcessProxy::didCreateContextForVisibilityPropagation()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-03-15 10:37 PDT by Chris Dumez
Modified: 2022-03-15 13:48 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.14 KB, patch)
2022-03-15 10:38 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2022-03-15 10:37:15 PDT
Fix logging in GPUProcessProxy::didCreateContextForVisibilityPropagation().
Comment 1 Chris Dumez 2022-03-15 10:38:24 PDT
Created attachment 454727 [details]
Patch
Comment 2 Simon Fraser (smfr) 2022-03-15 10:52:34 PDT
Comment on attachment 454727 [details]
Patch

Maybe we should add RELEASE_LOG_WITH_STREAM so you don't have to think about format strings.
Comment 3 Simon Fraser (smfr) 2022-03-15 10:52:59 PDT
Or does that not map to os_log?
Comment 4 Chris Dumez 2022-03-15 10:54:53 PDT
(In reply to Simon Fraser (smfr) from comment #2)
> Comment on attachment 454727 [details]
> Patch
> 
> Maybe we should add RELEASE_LOG_WITH_STREAM so you don't have to think about
> format strings.

No idea because I don't know what RELEASE_LOG_WITH_STREAM is. If you talking about what the media code uses, no thanks. It requires subclassing and adding member functions.
Comment 5 EWS 2022-03-15 13:46:58 PDT
Committed r291311 (248450@main): <https://commits.webkit.org/248450@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 454727 [details].
Comment 6 Radar WebKit Bug Importer 2022-03-15 13:48:19 PDT
<rdar://problem/90328296>