We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd8514 commit 173b629Copy full SHA for 173b629
1 file changed
shell/common/shell_test.cc
@@ -9,6 +9,7 @@
9
10
#include "flutter/flow/layers/layer_tree.h"
11
#include "flutter/flow/layers/transform_layer.h"
12
+#include "flutter/fml/build_config.h"
13
#include "flutter/fml/make_copyable.h"
14
#include "flutter/fml/mapping.h"
15
#include "flutter/runtime/dart_vm.h"
@@ -218,6 +219,9 @@ Settings ShellTest::CreateSettingsForFixture() {
218
219
settings.isolate_create_callback = [this]() {
220
native_resolver_->SetNativeResolverForIsolate();
221
};
222
+#if OS_FUCHSIA
223
+ settings.verbose_logging = true;
224
+#endif
225
SetSnapshotsAndAssets(settings);
226
return settings;
227
}
0 commit comments