We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a91b87 commit c6e4ba2Copy full SHA for c6e4ba2
shell/platform/fuchsia/flutter/component.cc
@@ -232,7 +232,7 @@ Application::Application(
232
<< "): " << zx_status_get_string(status);
233
return;
234
}
235
- const char* other_dirs[] = {"debug", "ctrl", "diagnostics"};
+ const char* other_dirs[] = {"debug", "ctrl"};
236
// add other directories as RemoteDirs.
237
for (auto& dir_str : other_dirs) {
238
fidl::InterfaceHandle<fuchsia::io::Directory> dir;
0 commit comments