Skip to content

Commit 020222d

Browse files
author
Jonah Williams
authored
Allow --enable-service-port-fallback as a whitelisted arg (flutter#16167)
1 parent 9c9e5d0 commit 020222d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

shell/common/switches.cc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,17 @@ static const std::string gDartFlagsWhitelist[] = {
5050

5151
// clang-format off
5252
static const std::string gDartFlagsWhitelist[] = {
53+
"--enable_mirrors",
54+
"--enable-service-port-fallback",
55+
"--lazy_async_stacks",
5356
"--max_profile_depth",
57+
"--no-causal_async_stacks",
5458
"--profile_period",
5559
"--random_seed",
56-
"--enable_mirrors",
57-
"--write-service-info",
5860
"--sample-buffer-duration",
59-
"--no-causal_async_stacks",
60-
"--lazy_async_stacks",
6161
"--trace-reload",
6262
"--trace-reload-verbose",
63+
"--write-service-info",
6364
};
6465
// clang-format on
6566

0 commit comments

Comments
 (0)