Home
last modified time | relevance | path

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

/dalvik/vm/native/
Ddalvik_system_Zygote.cpp278 static void enableDebugFeatures(u4 debugFlags) in enableDebugFeatures() argument
280 LOGV("debugFlags is 0x%02x", debugFlags); in enableDebugFeatures()
282 gDvm.jdwpAllowed = ((debugFlags & DEBUG_ENABLE_DEBUGGER) != 0); in enableDebugFeatures()
284 if ((debugFlags & DEBUG_ENABLE_CHECKJNI) != 0) { in enableDebugFeatures()
289 if ((debugFlags & DEBUG_ENABLE_JNI_LOGGING) != 0) { in enableDebugFeatures()
293 if ((debugFlags & DEBUG_ENABLE_ASSERT) != 0) { in enableDebugFeatures()
298 if ((debugFlags & DEBUG_ENABLE_SAFEMODE) != 0) { in enableDebugFeatures()
307 if ((debugFlags & DEBUG_ENABLE_DEBUGGER) != 0) { in enableDebugFeatures()
368 u4 debugFlags = args[3]; in forkAndSpecializeCommon() local
463 enableDebugFeatures(debugFlags); in forkAndSpecializeCommon()