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.cc145 DEBUG_NATIVE_DEBUGGABLE = 1 << 7, enumerator
223 if ((runtime_flags & DEBUG_NATIVE_DEBUGGABLE) != 0) { in EnableDebugFeatures()
227 runtime_flags &= ~DEBUG_NATIVE_DEBUGGABLE; in EnableDebugFeatures()