未验证 提交 4312d37e 编写于 作者: K Kaushik Iska 提交者: GitHub

Revert "[fuchsia] Add diagnostics directory to the set of remote dirs (#14470)" (#14566)

This reverts commit 94654dbe.
上级 2f536e53
......@@ -232,7 +232,7 @@ Application::Application(
<< "): " << zx_status_get_string(status);
return;
}
const char* other_dirs[] = {"debug", "ctrl", "diagnostics"};
const char* other_dirs[] = {"debug", "ctrl"};
// add other directories as RemoteDirs.
for (auto& dir_str : other_dirs) {
fidl::InterfaceHandle<fuchsia::io::Directory> dir;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册