Always enable verbose logging on fuchsia. (#5104)

This commit is contained in:
Chinmay Garde 2018-04-26 14:40:04 -07:00 committed by GitHub
parent 131349f839
commit 2ee36e2700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);