Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 4312d37

Browse files
authored
Revert "[fuchsia] Add diagnostics directory to the set of remote dirs (#14470)" (#14566)
This reverts commit 94654db.
1 parent 2f536e5 commit 4312d37

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)