Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc137 DEBUG_ENABLE_JDWP = 1, enumerator
182 Dbg::SetJdwpAllowed((runtime_flags & DEBUG_ENABLE_JDWP) != 0); in EnableDebugFeatures()
183 runtime_flags &= ~DEBUG_ENABLE_JDWP; in EnableDebugFeatures()