diff --git a/shell/platform/fuchsia/flutter/component.cc b/shell/platform/fuchsia/flutter/component.cc index 99b6ee37d506..e1188f44a99d 100644 --- a/shell/platform/fuchsia/flutter/component.cc +++ b/shell/platform/fuchsia/flutter/component.cc @@ -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 dir;