未验证 提交 fdcbb40f 编写于 作者: Z Zachary Anderson 提交者: GitHub

[flutter_tester] Accept --icu-data-file-path (#8374)

上级 e633b26c
......@@ -251,7 +251,9 @@ int main(int argc, char* argv[]) {
return EXIT_FAILURE;
}
settings.icu_data_path = "icudtl.dat";
if (settings.icu_data_path.size() == 0) {
settings.icu_data_path = "icudtl.dat";
}
// The tools that read logs get confused if there is a log tag specified.
settings.log_tag = "";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册