Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc154 DEBUG_IGNORE_APP_SIGNAL_HANDLER = 1 << 17, enumerator
241 if ((runtime_flags & DEBUG_IGNORE_APP_SIGNAL_HANDLER) != 0) { in EnableDebugFeatures()
243 runtime_flags &= ~DEBUG_IGNORE_APP_SIGNAL_HANDLER; in EnableDebugFeatures()