Home | History | Annotate | Download | only in native

Lines Matching refs:debugFlags

370 static void enableDebugFeatures(u4 debugFlags)
372 ALOGV("debugFlags is 0x%02x", debugFlags);
374 gDvm.jdwpAllowed = ((debugFlags & DEBUG_ENABLE_DEBUGGER) != 0);
376 if ((debugFlags & DEBUG_ENABLE_CHECKJNI) != 0) {
381 if ((debugFlags & DEBUG_ENABLE_JNI_LOGGING) != 0) {
385 if ((debugFlags & DEBUG_ENABLE_ASSERT) != 0) {
390 if ((debugFlags & DEBUG_ENABLE_SAFEMODE) != 0) {
399 if ((debugFlags & DEBUG_ENABLE_DEBUGGER) != 0) {
495 u4 debugFlags = args[3];
665 enableDebugFeatures(debugFlags);
684 * int[] gids, int debugFlags, int[][] rlimits, int mountExternal,
699 * int[] gids, int debugFlags, int[][] rlimits,