Searched refs:is_debuggable (Results 1 – 3 of 3) sorted by relevance
174 if is_debuggable()? { in main()520 fn is_debuggable() -> Result<bool> { in is_debuggable() function527 None => is_debuggable().unwrap_or(false), in should_export_tombstones()650 let debuggable = is_debuggable()?; in load_crashkernel_if_supported()
16 use crate::{is_debuggable, is_strict_boot, MicrodroidData};53 let debuggable = is_debuggable()?; in dice_derivation()
1398 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in GetMaxPacketsPerBuffer() local1400 size_t btsnooz_max_memory_usage_bytes = (is_debuggable ? 1024 : 256) * 1024; in GetMaxPacketsPerBuffer()1410 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in GetBtSnoopMode() local1411 if (is_debuggable) { in GetBtSnoopMode()1446 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in IsBtSnoopLogPersisted() local1447 return is_debuggable && os::GetSystemPropertyBool(kBtSnoopLogPersists, false); in IsBtSnoopLogPersisted()