[webkit-dev] Reminder regarding formatting uint64_t

Sam Weinig weinig at apple.com
Thu Feb 28 12:44:33 PST 2019



> On Feb 27, 2019, at 6:46 PM, Michael Catanzaro <mcatanzaro at igalia.com> wrote:
> 
> On Wed, Feb 27, 2019 at 6:05 PM, Keith Rollin <krollin at apple.com> wrote:
>> The underlying Cocoa os_log facility
> 
> Yeah this is really interesting too. RELEASE_LOG is Cocoa-specific, because it's only backed by os_log. So when you change debug LOGs to RELEASE_LOG, you're removing the logging for other platforms. I wonder if we should change that.

This seems really unfortunate. It seems like RELEASE_LOG should use whatever the platform native logging mechanism is, and only depend on os_log where available. I filed https://bugs.webkit.org/show_bug.cgi?id=195182 to track this.

- Sam


More information about the webkit-dev mailing list