[webkit-changes] [WebKit/WebKit] 102ec0: Fix logging related performance issue
Per Arne Vollan
noreply at github.com
Tue Jan 24 16:31:52 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 102ec0394008a5a57ded222cc1030edc364a5d69
https://github.com/WebKit/WebKit/commit/102ec0394008a5a57ded222cc1030edc364a5d69
Author: Per Arne Vollan <pvollan at apple.com>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Changed paths:
M Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm
Log Message:
-----------
Fix logging related performance issue
https://bugs.webkit.org/show_bug.cgi?id=251101
rdar://103268668
Reviewed by Brent Fulgham.
Do not specify live stream mode when setting trace mode, since that is a performance regression due to increased XPC activity.
* Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:
(WebKit::initializeLogd):
(isInternalBuild): Deleted.
Canonical link: https://commits.webkit.org/259316@main
More information about the webkit-changes
mailing list