Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c477c06

Browse files
author
George Wright
authored
Enable verbose logging for shell unittests on Fuchsia (#16526)
1 parent f49a8b6 commit c477c06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shell/common/shell_test.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "flutter/flow/layers/layer_tree.h"
1111
#include "flutter/flow/layers/transform_layer.h"
12+
#include "flutter/fml/build_config.h"
1213
#include "flutter/fml/make_copyable.h"
1314
#include "flutter/fml/mapping.h"
1415
#include "flutter/runtime/dart_vm.h"
@@ -218,6 +219,9 @@ Settings ShellTest::CreateSettingsForFixture() {
218219
settings.isolate_create_callback = [this]() {
219220
native_resolver_->SetNativeResolverForIsolate();
220221
};
222+
#if OS_FUCHSIA
223+
settings.verbose_logging = true;
224+
#endif
221225
SetSnapshotsAndAssets(settings);
222226
return settings;
223227
}

0 commit comments

Comments
 (0)