未验证 提交 020222dd 编写于 作者: J Jonah Williams 提交者: GitHub

Allow --enable-service-port-fallback as a whitelisted arg (#16167)

上级 9c9e5d05
......@@ -50,16 +50,17 @@ static const std::string gDartFlagsWhitelist[] = {
// clang-format off
static const std::string gDartFlagsWhitelist[] = {
"--enable_mirrors",
"--enable-service-port-fallback",
"--lazy_async_stacks",
"--max_profile_depth",
"--no-causal_async_stacks",
"--profile_period",
"--random_seed",
"--enable_mirrors",
"--write-service-info",
"--sample-buffer-duration",
"--no-causal_async_stacks",
"--lazy_async_stacks",
"--trace-reload",
"--trace-reload-verbose",
"--write-service-info",
};
// clang-format on
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册