mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Always enable verbose logging on fuchsia. (#5104)
This commit is contained in:
parent
131349f839
commit
2ee36e2700
@ -124,6 +124,8 @@ Engine::Engine(Delegate& delegate,
|
||||
host_threads_[2].TaskRunner() // io
|
||||
);
|
||||
|
||||
settings_.verbose_logging = true;
|
||||
|
||||
settings_.root_isolate_create_callback =
|
||||
std::bind(&Engine::OnMainIsolateStart, this);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user