blob: 459b1acf91d106a11b01d6cef854fe93551ac19e [file] [log] [blame]
// Copyright 2024 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
// Enable system logging capabilities
include: [ "syslog/client.shard.cml" ],
// Information about the program to run
program: {
// Use the built-in ELF runner for the executable
runner: "elf",
binary: "bin/crasher_bin",
// Enable stdout logging
forward_stderr_to: "log",
forward_stdout_to: "log",
},
}