[webkit-changes] [WebKit/WebKit] 183b8f: Fix WTF handling for logging to a file in DataLog.cpp

Marcus Plutowski noreply at github.com
Thu May 30 17:13:35 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 183b8fe2f0c1a1cdd7d766ff2933029a64fb6c81
      https://github.com/WebKit/WebKit/commit/183b8fe2f0c1a1cdd7d766ff2933029a64fb6c81
  Author: Marcus Plutowski <achierius at gmail.com>
  Date:   2024-05-30 (Thu, 30 May 2024)

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

  Log Message:
  -----------
  Fix WTF handling for logging to a file in DataLog.cpp
https://bugs.webkit.org/show_bug.cgi?id=274855
rdar://128959048

Reviewed by Mark Lam.

In addition to the small (char*) -> (const char*) fix, this reorganizes
things so that the two log options are independent (w/o depending on or
overriding one another), the env-var path works for both, and now the
default path should work on Windows.

* Source/WTF/wtf/DataLog.cpp:

Canonical link: https://commits.webkit.org/279552@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