mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 06:31:50 +08:00
[fuchsia] Remove duplicate LogSink routes
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 <mark@chromium.org> Commit-Queue: Brian Bosak <bbosak@google.com>
This commit is contained in:
parent
e05f665694
commit
41c74f5622
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user