[webkit-changes] [WebKit/WebKit] d85282: Add fault logging when timing out waiting for LS d...
Per Arne Vollan
noreply at github.com
Thu May 30 15:07:35 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d852829c3dd22fff99f9c35a51517a93fe782c3f
https://github.com/WebKit/WebKit/commit/d852829c3dd22fff99f9c35a51517a93fe782c3f
Author: Per Arne Vollan <pvollan at apple.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M Source/WebKit/WebProcess/cocoa/LaunchServicesDatabaseManager.mm
Log Message:
-----------
Add fault logging when timing out waiting for LS database
https://bugs.webkit.org/show_bug.cgi?id=274921
rdar://129023429
Reviewed by Chris Dumez.
Add fault logging when timing out waiting for LS database in the WebContent process.
This patch replaces the existing debug assert with a fault log, which will give us
more information about how often this happens in all build configurations.
* Source/WebKit/WebProcess/cocoa/LaunchServicesDatabaseManager.mm:
(WebKit::LaunchServicesDatabaseManager::waitForDatabaseUpdate):
Canonical link: https://commits.webkit.org/279544@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list