Add logging when taking a process assertion synchronously
Created attachment 459214 [details] Patch
Comment on attachment 459214 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=459214&action=review > Source/WebKit/UIProcess/ios/ProcessAssertionIOS.mm:370 > + RELEASE_LOG(ProcessSuspension, "%p - ProcessAssertion: Trying to take RBS assertion '%{public}s' for process with PID=%d", this, m_reason.utf8().data(), m_pid); Please put method name in the logging: ProcessAssertion::acquireSync: not ProcessAssertion:
Created attachment 459402 [details] Patch for landing
Committed r294222 (250580@main): <https://commits.webkit.org/250580@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 459402 [details].
<rdar://problem/93329781>