Skip to content

Commit 815feda

Browse files
hoxyqfacebook-github-bot
authored andcommitted
Specify correct category for SetLayerTreeId event
Summary: # 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. Differential Revision: D88274243
1 parent f34a160 commit 815feda

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)