Skip to content

Commit 94654db

Browse files
miguelfrdeiskakaushik
authored andcommitted
[fuchsia] Add diagnostics directory to the set of remote dirs (flutter#14470)
1 parent ef64bec commit 94654db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/fuchsia/flutter/component.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Application::Application(
232232
<< "): " << zx_status_get_string(status);
233233
return;
234234
}
235-
const char* other_dirs[] = {"debug", "ctrl"};
235+
const char* other_dirs[] = {"debug", "ctrl", "diagnostics"};
236236
// add other directories as RemoteDirs.
237237
for (auto& dir_str : other_dirs) {
238238
fidl::InterfaceHandle<fuchsia::io::Directory> dir;

0 commit comments

Comments
 (0)