mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-10 06:36:02 +00:00
Bug: fuchsia:65068 Test: Ran crashpad-test on device. Test: fx shell crashpad_database_util Change-Id: I4192030623fc85da9215039424e0bbec7eef8e30 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2758252 Reviewed-by: Scott Graham <scottmg@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>
28 lines
757 B
Plaintext
28 lines
757 B
Plaintext
{
|
|
"facets": {
|
|
"fuchsia.test": {
|
|
"injected-services": {
|
|
"fuchsia.net.NameLookup": "fuchsia-pkg://fuchsia.com/dns-resolver#meta/dns-resolver.cmx",
|
|
"fuchsia.posix.socket.Provider": "fuchsia-pkg://fuchsia.com/netstack#meta/netstack.cmx"
|
|
}
|
|
}
|
|
},
|
|
"include": [
|
|
"sdk/lib/diagnostics/syslog/client.shard.cmx"
|
|
],
|
|
"program": {
|
|
"binary": "bin/crashpad_tests"
|
|
},
|
|
"sandbox": {
|
|
"features": [
|
|
"deprecated-ambient-replace-as-executable",
|
|
"isolated-temp"
|
|
],
|
|
"services": [
|
|
"fuchsia.net.NameLookup",
|
|
"fuchsia.posix.socket.Provider",
|
|
"fuchsia.process.Launcher"
|
|
]
|
|
}
|
|
}
|