Include PID in some UIProcess-side release logging that relates to a particular WebProcess.
Created attachment 312742 [details] Patch
Comment on attachment 312742 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=312742&action=review > Source/WebKit2/UIProcess/WebProcessProxy.cpp:1217 > + RELEASE_LOG_ERROR(PerformanceLogging, "%p - WebProcessProxy::didExceedActiveMemoryLimit() Terminating WebProcess with pid %d that has exceeded the active memory limit", this, processIdentifier()); Can we be consist and use (pid: %d)?
Committed r218201: <http://trac.webkit.org/changeset/218201>