Skip to content

Commit cd055e9

Browse files
hoxyqmeta-codesync[bot]
authored andcommitted
Specify correct category for SetLayerTreeId event (#54769)
Summary: Pull Request resolved: #54769 # Changelog: [Internal] In Chrome, this event has `disabled-by-default-devtools.timeline` category. This also implies that this event won't be displayed on a timeline by default, which is what we want. Reviewed By: sbuggay Differential Revision: D88274243 fbshipit-source-id: c8f3dc1546fdff7219a293a4a559bbb70dc2d4f1
1 parent 31a0c9a commit cd055e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/ReactCommon/jsinspector-modern/tracing/TraceEventGenerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace facebook::react::jsinspector_modern::tracing {
2222

2323
return TraceEvent{
2424
.name = "SetLayerTreeId",
25-
.cat = {Category::Timeline},
25+
.cat = {Category::HiddenTimeline},
2626
.ph = 'I',
2727
.ts = timestamp,
2828
.pid = processId,

0 commit comments

Comments
 (0)