Skip to content

Commit c6e4ba2

Browse files
iskakaushikfilmil
authored andcommitted
Revert "[fuchsia] Add diagnostics directory to the set of remote dirs (flutter#14470)" (flutter#14566)
This reverts commit 94654db.
1 parent 9a91b87 commit c6e4ba2

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", "diagnostics"};
235+
const char* other_dirs[] = {"debug", "ctrl"};
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)