[webkit-changes] [WebKit/WebKit] 6e3229: Log quiet activities when logProcessState notifica...

bnham noreply at github.com
Wed Sep 25 22:29:50 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6e32299c13f5674dbe23ac3750e3e7d7061d230f
      https://github.com/WebKit/WebKit/commit/6e32299c13f5674dbe23ac3750e3e7d7061d230f
  Author: Ben Nham <nham at apple.com>
  Date:   2024-09-25 (Wed, 25 Sep 2024)

  Changed paths:
    M Source/WebKit/UIProcess/ProcessThrottler.cpp

  Log Message:
  -----------
  Log quiet activities when logProcessState notification fires
https://bugs.webkit.org/show_bug.cgi?id=280364
rdar://136714887

Reviewed by Chris Dumez.

As of 276783 at main all quiet activities now have a name. We should log those names when a user fires
the logProcessState notification since that notification is used for debugging purposes to figure
out why a process is running, and currently I often just see something useless like
"background_activities: <empty>" since we skip logging quiet activities.

* Source/WebKit/UIProcess/ProcessThrottler.cpp:
(WebKit::logActivityNames):

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