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.cc79 DEBUG_NATIVE_DEBUGGABLE = 1 << 7, in EnableDebugFeatures() enumerator
131 if ((debug_flags & DEBUG_NATIVE_DEBUGGABLE) != 0) { in EnableDebugFeatures()
135 debug_flags &= ~DEBUG_NATIVE_DEBUGGABLE; in EnableDebugFeatures()