add trace kernel flag to allowlist (#22812)

This commit is contained in:
Jonah Williams 2020-12-02 09:49:04 -08:00 committed by GitHub
parent 5eb505fa1e
commit d85cb10707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,7 @@ static const std::string gAllowedDartFlags[] = {
"--profile_period",
"--random_seed",
"--sample-buffer-duration",
"--trace-kernel",
"--trace-reload",
"--trace-reload-verbose",
"--write-service-info",