Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc63 DEBUG_ENABLE_CHECKJNI = 1 << 1, in EnableDebugFeatures() enumerator
72 if ((debug_flags & DEBUG_ENABLE_CHECKJNI) != 0) { in EnableDebugFeatures()
82 debug_flags &= ~DEBUG_ENABLE_CHECKJNI; in EnableDebugFeatures()