Searched refs:debugFlags (Results 1 – 1 of 1) sorted by relevance
370 static void enableDebugFeatures(u4 debugFlags) in enableDebugFeatures() argument372 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() local665 enableDebugFeatures(debugFlags); in forkAndSpecializeCommon()