Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc144 DEBUG_NATIVE_DEBUGGABLE = 1 << 7, enumerator
219 if ((runtime_flags & DEBUG_NATIVE_DEBUGGABLE) != 0) { in EnableDebugFeatures()
223 runtime_flags &= ~DEBUG_NATIVE_DEBUGGABLE; in EnableDebugFeatures()