We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3f707 commit 6bd697dCopy full SHA for 6bd697d
shell/common/animator.cc
@@ -92,7 +92,7 @@ void Animator::BeginFrame(fml::TimePoint frame_start_time,
92
TRACE_EVENT0("flutter", "Animator::BeginFrame");
93
while (!trace_flow_ids_.empty()) {
94
uint64_t trace_flow_id = trace_flow_ids_.front();
95
- TRACE_FLOW_END("flutter", "DispatchPointerDataPacket", trace_flow_id);
+ TRACE_FLOW_END("flutter", "PointerEvent", trace_flow_id);
96
trace_flow_ids_.pop_front();
97
}
98
0 commit comments