Home
last modified time | relevance | path

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

/system/bt/gd/hal/
Dsnoop_logger.cc402 auto is_debuggable = os::GetSystemProperty(kIsDebuggableProperty); in GetBtSnoopMode() local
403 if (is_debuggable.has_value() && common::StringTrim(is_debuggable.value()) == "1") { in GetBtSnoopMode()
/system/logging/liblog/
Dproperties.cpp265 static int is_debuggable = [] { in __android_log_is_debuggable() local
270 return is_debuggable; in __android_log_is_debuggable()
/system/bt/hci/src/
Dbtsnoop.cc185 int is_debuggable = osi_property_get_int32(IS_DEBUGGABLE_PROPERTY, 0); in start_up() local
187 if (is_debuggable) { in start_up()
/system/core/init/
Dproperty_service.cpp770 bool is_debuggable = android::base::GetBoolProperty("ro.debuggable", false); in update_sys_usb_config() local
775 InitPropertySet("persist.sys.usb.config", is_debuggable ? "adb" : "none"); in update_sys_usb_config()
776 } else if (is_debuggable && config.find("adb") == std::string::npos && in update_sys_usb_config()