Bug 250943

Summary: Preface various WebPush related logging strings with WebPush:
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit Misc.Assignee: Brady Eidson <beidson>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 16   
Hardware: Unspecified   
OS: Unspecified   

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