RESOLVED FIXED 197104
Minor PSON release logging improvements
https://bugs.webkit.org/show_bug.cgi?id=197104
Summary Minor PSON release logging improvements
Chris Dumez
Reported 2019-04-19 08:50:31 PDT
Minor PSON release logging improvements.
Attachments
Patch (2.92 KB, patch)
2019-04-19 08:52 PDT, Chris Dumez
darin: review+
Chris Dumez
Comment 1 2019-04-19 08:52:26 PDT
Darin Adler
Comment 2 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.
Chris Dumez
Comment 3 2019-04-19 13:09:08 PDT
Radar WebKit Bug Importer
Comment 4 2019-04-19 13:10:19 PDT
Note You need to log in before you can comment on or make changes to this bug.