From 2f4b48a6efe171f9cf423b89988e6a58b63c930a Mon Sep 17 00:00:00 2001 From: Miguel Flores Ruiz de Eguino <1889916+miguelfrde@users.noreply.github.com> Date: Thu, 12 Dec 2019 13:01:58 -0800 Subject: [PATCH] [fuchsia] Add diagnostics directory to the set of remote dirs --- shell/platform/fuchsia/flutter/component.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/platform/fuchsia/flutter/component.cc b/shell/platform/fuchsia/flutter/component.cc index e1188f44a99d2..99b6ee37d506f 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"}; + const char* other_dirs[] = {"debug", "ctrl", "diagnostics"}; // add other directories as RemoteDirs. for (auto& dir_str : other_dirs) { fidl::InterfaceHandle dir;