Skip to content

Commit

Permalink
Allow passing hot reload debugging flags through dart-flags (#13780)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams committed Nov 15, 2019
1 parent 90a6054 commit cb8d7bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/common/switches.cc
Expand Up @@ -56,6 +56,8 @@ static const std::string gDartFlagsWhitelist[] = {
"--write-service-info",
"--sample-buffer-duration",
"--no-causal_async_stacks",
"--trace-reload",
"--trace-reload-verbose",
};
// clang-format on

Expand Down

0 comments on commit cb8d7bc

Please sign in to comment.