mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Allow passing hot reload debugging flags through dart-flags (flutter/engine#13780)
This commit is contained in:
parent
c35c2a3813
commit
f1e34e1ea3
@ -56,6 +56,8 @@ static const std::string gDartFlagsWhitelist[] = {
|
||||
"--write-service-info",
|
||||
"--sample-buffer-duration",
|
||||
"--no-causal_async_stacks",
|
||||
"--trace-reload",
|
||||
"--trace-reload-verbose",
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user