Home
last modified time | relevance | path

Searched refs:debug_policy_adb (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/virtualizationmanager/src/
Ddebug_config.rs156 debug_policy_adb: bool, field
195 debug_policy_adb: false, in new()
208 self.debug_level != DebugLevel::NONE || self.debug_policy_log || self.debug_policy_adb in should_prepare_console_output()
213 self.debug_level != DebugLevel::NONE || self.debug_policy_adb in should_include_debug_apexes()
229 debug_policy_adb: get_fdt_prop_bool(fdt, &DP_ADB_PATH)?, in from_custom_debug_overlay_policy()
238 debug_policy_adb: get_debug_policy_bool(&DP_ADB_PATH.to_path())?, in from_host()
258 assert!(debug_config.debug_policy_adb); in test_read_avf_debug_policy_with_ramdump()
274 assert!(debug_config.debug_policy_adb); in test_read_avf_debug_policy_without_ramdump()
290 assert!(debug_config.debug_policy_adb); in test_read_avf_debug_policy_with_adb()
306 assert!(!debug_config.debug_policy_adb); in test_read_avf_debug_policy_without_adb()
[all …]