Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.0.0] [JSON Trace Profile] Correctly identify GC thread (#20327)
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 #18548 (comment) Fixes EngFlow/bazel_invocation_analyzer#110 Closes #20299. Commit 13829ed PiperOrigin-RevId: 585639069 Change-Id: Id4aadb5451839b5be07ac98428f9367764ff46ce Co-authored-by: Sara Adams <[email protected]>
- Loading branch information