Home
last modified time | relevance | path

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

/dalvik/vm/native/
Ddalvik_system_Zygote.cpp370 static void enableDebugFeatures(u4 debugFlags) in enableDebugFeatures() argument
372 ALOGV("debugFlags is 0x%02x", debugFlags); in enableDebugFeatures()
374 gDvm.jdwpAllowed = ((debugFlags & DEBUG_ENABLE_DEBUGGER) != 0); in enableDebugFeatures()
376 if ((debugFlags & DEBUG_ENABLE_CHECKJNI) != 0) { in enableDebugFeatures()
381 if ((debugFlags & DEBUG_ENABLE_JNI_LOGGING) != 0) { in enableDebugFeatures()
385 if ((debugFlags & DEBUG_ENABLE_ASSERT) != 0) { in enableDebugFeatures()
390 if ((debugFlags & DEBUG_ENABLE_SAFEMODE) != 0) { in enableDebugFeatures()
399 if ((debugFlags & DEBUG_ENABLE_DEBUGGER) != 0) { in enableDebugFeatures()
495 u4 debugFlags = args[3]; in forkAndSpecializeCommon() local
665 enableDebugFeatures(debugFlags); in forkAndSpecializeCommon()