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.cc75 DEBUG_ENABLE_SAFEMODE = 1 << 3, in EnableDebugFeatures() enumerator
107 const bool safe_mode = (debug_flags & DEBUG_ENABLE_SAFEMODE) != 0; in EnableDebugFeatures()
112 debug_flags &= ~DEBUG_ENABLE_SAFEMODE; in EnableDebugFeatures()