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

Commit dd2e5eb

Browse files
committed
Revert "Revert "[fuchsia] Add diagnostics directory to the set of remote dirs (#14470)" (#14566)"
This reverts commit 4312d37. Once https://fuchsia-review.googlesource.com/c/topaz/+/351729 lands, the diagnostics directory will be present, this would be safe to do and the roller won't be blocked again.
1 parent 4cc307c commit dd2e5eb

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
@@ -233,7 +233,7 @@ Application::Application(
233233
<< "): " << zx_status_get_string(status);
234234
return;
235235
}
236-
const char* other_dirs[] = {"debug", "ctrl"};
236+
const char* other_dirs[] = {"debug", "ctrl", "diagnostics"};
237237
// add other directories as RemoteDirs.
238238
for (auto& dir_str : other_dirs) {
239239
fidl::InterfaceHandle<fuchsia::io::Directory> dir;

0 commit comments

Comments
 (0)