Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc65 DEBUG_ENABLE_SAFEMODE = 1 << 3, in EnableDebugFeatures() enumerator
96 const bool safe_mode = (debug_flags & DEBUG_ENABLE_SAFEMODE) != 0; in EnableDebugFeatures()
100 debug_flags &= ~DEBUG_ENABLE_SAFEMODE; in EnableDebugFeatures()