1*bb4ee6a4SAndroid Build Coastguard Worker // Copyright 2022 The ChromiumOS Authors 2*bb4ee6a4SAndroid Build Coastguard Worker // Use of this source code is governed by a BSD-style license that can be 3*bb4ee6a4SAndroid Build Coastguard Worker // found in the LICENSE file. 4*bb4ee6a4SAndroid Build Coastguard Worker 5*bb4ee6a4SAndroid Build Coastguard Worker pub(crate) mod main; 6*bb4ee6a4SAndroid Build Coastguard Worker #[cfg(not(feature = "crash-report"))] 7*bb4ee6a4SAndroid Build Coastguard Worker mod panic_hook; 8*bb4ee6a4SAndroid Build Coastguard Worker 9*bb4ee6a4SAndroid Build Coastguard Worker #[cfg(not(feature = "crash-report"))] 10*bb4ee6a4SAndroid Build Coastguard Worker pub(crate) use panic_hook::set_panic_hook; 11