[Webkit-unassigned] [Bug 244006] New: Change kdebug check for signposts
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 16 13:29:29 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=244006
Bug ID: 244006
Summary: Change kdebug check for signposts
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: nham at apple.com
In bug 243699 we conditionalized emitting signposts on the result of kdebug_is_enabled for WebKit's DBG_ARIADNE category. However, this ends up enabled in more cases than we'd want, especially on internal builds. This is because the DBG_ARIADNE is enabled by default by tailspin on internal builds. This means signposts are enabled more often than we want, which leads log bloat in the persistent log.
To fix this, we should conditionalize emitting signposts based on a category not included in the default internal tailspin filter instead.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220816/998cc0a6/attachment.htm>
More information about the webkit-unassigned
mailing list