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 4cc307c commit dd2e5ebCopy full SHA for dd2e5eb
shell/platform/fuchsia/flutter/component.cc
@@ -233,7 +233,7 @@ Application::Application(
233
<< "): " << zx_status_get_string(status);
234
return;
235
}
236
- const char* other_dirs[] = {"debug", "ctrl"};
+ const char* other_dirs[] = {"debug", "ctrl", "diagnostics"};
237
// add other directories as RemoteDirs.
238
for (auto& dir_str : other_dirs) {
239
fidl::InterfaceHandle<fuchsia::io::Directory> dir;
0 commit comments