From d85cb10707a29dae9a437a1cf6bfa2e28860d3f7 Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Wed, 2 Dec 2020 09:49:04 -0800 Subject: [PATCH] add trace kernel flag to allowlist (#22812) --- shell/common/switches.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/common/switches.cc b/shell/common/switches.cc index a2726fea343..e2fa0b28494 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",