Skip to content

Commit 6ae52bc

Browse files
authored
Update --dart-vm-flags whitelist to include --write-service-info and --sample-buffer-duration (flutter#12395)
These flags were recently added and are safe to pass through to the VM for development.
1 parent aadd5a3 commit 6ae52bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shell/common/switches.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ static const std::string gDartFlagsWhitelist[] = {
4545
"--profile_period",
4646
"--random_seed",
4747
"--enable_mirrors",
48+
"--write-service-info",
49+
"--sample-buffer-duration",
4850
};
4951
// clang-format on
5052

0 commit comments

Comments
 (0)