未验证 提交 c477c064 编写于 作者: G George Wright 提交者: GitHub

Enable verbose logging for shell unittests on Fuchsia (#16526)

上级 f49a8b62
......@@ -9,6 +9,7 @@
#include "flutter/flow/layers/layer_tree.h"
#include "flutter/flow/layers/transform_layer.h"
#include "flutter/fml/build_config.h"
#include "flutter/fml/make_copyable.h"
#include "flutter/fml/mapping.h"
#include "flutter/runtime/dart_vm.h"
......@@ -218,6 +219,9 @@ Settings ShellTest::CreateSettingsForFixture() {
settings.isolate_create_callback = [this]() {
native_resolver_->SetNativeResolverForIsolate();
};
#if OS_FUCHSIA
settings.verbose_logging = true;
#endif
SetSnapshotsAndAssets(settings);
return settings;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册