Searched refs:kReadOnlyDebuggableProperty (Results 1 – 1 of 1) sorted by relevance
32 static const std::string kReadOnlyDebuggableProperty = "ro.debuggable"; variable72 return (os::GetSystemProperty(kReadOnlyDebuggableProperty) == "1"); in IsDebuggable()