We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9241f9 commit aa07e8fCopy full SHA for aa07e8f
runtime/dart_vm.cc
@@ -492,6 +492,10 @@ DartVM::DartVM(std::shared_ptr<const DartVMData> vm_data,
492
Dart_SetDartLibrarySourcesKernel(dart_library_sources->GetMapping(),
493
dart_library_sources->GetSize());
494
}
495
+
496
+ // Update thread names now that the Dart VM is initialized.
497
+ concurrent_message_loop_->PostTaskToAllWorkers(
498
+ [] { Dart_SetThreadName("FlutterConcurrentMessageLoopWorker"); });
499
500
501
DartVM::~DartVM() {
0 commit comments