blob: 93a3f76c52636b06c87ff732beb1e36d0f2eecd7 [file] [log] [blame] [edit]
// Copyright 2024 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef DUMP_WITHOUT_CRASHING_H_
#define DUMP_WITHOUT_CRASHING_H_
namespace libchrome_internal {
// Creates a crash dump without crashing the current process.
void DumpWithoutCrashing();
} // namespace libchrome_internal
#endif // DUMP_WITHOUT_CRASHING_H_