Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9d1be6133e8fdc88f2ef40ef51a9def368f726da
      
https://github.com/WebKit/WebKit/commit/9d1be6133e8fdc88f2ef40ef51a9def368f726da
  Author: Ryan Reno <rr...@apple.com>
  Date:   2024-07-31 (Wed, 31 Jul 2024)

  Changed paths:
    M Source/WTF/wtf/Assertions.cpp

  Log Message:
  -----------
  Use the WebKit subsystem in the OS Log instead of OS_LOG_DEFAULT
https://bugs.webkit.org/show_bug.cgi?id=277388
rdar://132856259

Reviewed by Ben Nham.

Logging functions which output to both the OS Log (on Apple platforms)
and stderr use the Default logging subsystem. This logging would then be
missed by a simple log predicate which is using the com.apple.WebKit
subsystem. This change will cause functions such as WTFLogAlways or
WTFReportAssertionFailure use the com.apple.WebKit:Generic
subsystem:category pair as a logging ergonomics improvement.

* Source/WTF/wtf/Assertions.cpp:

Canonical link: https://commits.webkit.org/281650@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to