From f186ce57d47eb9866c7f230fbaa4bf7cd20b1696 Mon Sep 17 00:00:00 2001 From: jonahwilliams Date: Tue, 1 Dec 2020 16:21:59 -0800 Subject: [PATCH] add trace kernel flag to allowlist --- shell/common/switches.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/common/switches.cc b/shell/common/switches.cc index a2726fea343e8..e2fa0b2849430 100644 --- a/shell/common/switches.cc +++ b/shell/common/switches.cc @@ -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",