add trace kernel flag to allowlist (flutter/engine#22812)

This commit is contained in:
Jonah Williams 2020-12-02 09:49:04 -08:00 committed by GitHub
parent b5fc3acd3e
commit bc13e87a05

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",