Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5444e2b

Browse files
Remove the DartIsolate::PostMessage timeline event (#25433)
1 parent 23ac479 commit 5444e2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runtime/dart_isolate.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ void DartIsolate::SetMessageHandlingTaskRunner(
447447
message_handling_task_runner_ = runner;
448448

449449
message_handler().Initialize([runner](std::function<void()> task) {
450-
TRACE_EVENT0("flutter", "DartIsolate::PostMessage");
451450
runner->PostTask([task = std::move(task)]() {
452451
TRACE_EVENT0("flutter", "DartIsolate::HandleMessage");
453452
task();

0 commit comments

Comments
 (0)