Skip to content

Commit

Permalink
[fuchsia] Remove duplicate LogSink routes
Browse files Browse the repository at this point in the history
Routing LogSink manually is not needed, as this is done implicitly
through the client shard. Future CLs will update the routing used in
the shard, so it's necessary to cleanup these duplicate routes in
order to update the shards.

Bug: fuchsia:345827642
Change-Id: I529ab52412530382240d5c6276c1ef01ab349ecc
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/5941579
Reviewed-by: Mark Mentovai <[email protected]>
Commit-Queue: Brian Bosak <[email protected]>
  • Loading branch information
gbbosak authored and Crashpad LUCI CQ committed Oct 17, 2024
1 parent e05f665 commit 41c74f5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/fuchsia_crashpad_tests.cml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: [
"#crashpad_test",
"#dns_resolver",
"#netstack",
]
},
{
protocol: "fuchsia.net.name.Lookup",
from: "#dns_resolver",
Expand Down

0 comments on commit 41c74f5

Please sign in to comment.