Bug 197104

Summary: Minor PSON release logging improvements
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, darin, ggaren, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

Description Chris Dumez 2019-04-19 08:50:31 PDT
Minor PSON release logging improvements.
Comment 1 Chris Dumez 2019-04-19 08:52:26 PDT
Created attachment 367802 [details]
Patch
Comment 2 Darin Adler 2019-04-19 10:02:55 PDT
Comment on attachment 367802 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=367802&action=review

> Source/WebKit/UIProcess/WebPageProxy.cpp:2874
> +    RELEASE_LOG_IF_ALLOWED(Loading, "continueNavigationInNewProcess: webPID = %i, pageID = %" PRIu64 ", newProcessPID = %i, hasSuspendedPage = %d", m_process->processIdentifier(), m_pageID, newProcess->processIdentifier(), !!suspendedPageProxy);

Strange to use both %i and %d when they are synonyms.
Comment 3 Chris Dumez 2019-04-19 13:09:08 PDT
Committed r244464: <https://trac.webkit.org/changeset/244464>
Comment 4 Radar WebKit Bug Importer 2019-04-19 13:10:19 PDT
<rdar://problem/50056848>