Bug 250943 - Preface various WebPush related logging strings with WebPush:
Summary: Preface various WebPush related logging strings with WebPush:
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: Safari 16
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-21 12:13 PST by Brady Eidson
Modified: 2023-01-21 12:18 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2023-01-21 12:13:03 PST
Preface various WebPush related logging strings with WebPush:

Since handling a WebPush message is a complicated back and forth between WebCore, WebKit, and the Application code, and handling a message logically spans multiple logging channels even within the same project (e.g. WebCore), it'll be very useful to develop and debug with a single string you can always find relevant logging statements.
Comment 1 Brady Eidson 2023-01-21 12:14:23 PST
<rdar://problem/104504173>
Comment 2 Brady Eidson 2023-01-21 12:18:08 PST
Pull request: https://github.com/WebKit/WebKit/pull/8923