We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9e5d0 commit 020222dCopy full SHA for 020222d
1 file changed
shell/common/switches.cc
@@ -50,16 +50,17 @@ static const std::string gDartFlagsWhitelist[] = {
50
51
// clang-format off
52
static const std::string gDartFlagsWhitelist[] = {
53
+ "--enable_mirrors",
54
+ "--enable-service-port-fallback",
55
+ "--lazy_async_stacks",
56
"--max_profile_depth",
57
+ "--no-causal_async_stacks",
58
"--profile_period",
59
"--random_seed",
- "--enable_mirrors",
- "--write-service-info",
60
"--sample-buffer-duration",
- "--no-causal_async_stacks",
- "--lazy_async_stacks",
61
"--trace-reload",
62
"--trace-reload-verbose",
63
+ "--write-service-info",
64
};
65
// clang-format on
66
0 commit comments