Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JSON Trace Profile] Correctly identify GC thread
Currently, the thread that includes the garbage collection notification events is not correctly identified. This means that in the JSON trace profile, the thread: * is not renamed, as desired. * is not sorted towards the top, as desired. The thread is identified by its name, which has changed from "Service Thread" to "Notification Thread". This change updates the profile code accordingly. In response to bazelbuild#18548 (comment) Fixes EngFlow/bazel_invocation_analyzer#110 Closes bazelbuild#20299. PiperOrigin-RevId: 585639069 Change-Id: Id4aadb5451839b5be07ac98428f9367764ff46ce
- Loading branch information