Searched refs:DEBUG_ENABLE_JDWP (Results 1 – 4 of 4) sorted by relevance
36 public static final int DEBUG_ENABLE_JDWP = 1; field in Zygote
494 debugFlags |= Zygote.DEBUG_ENABLE_JDWP; in parseArgs()728 args.debugFlags |= Zygote.DEBUG_ENABLE_JDWP; in applyDebuggerSystemProperty()750 (args.debugFlags & Zygote.DEBUG_ENABLE_JDWP) == 0) { in applyInvokeWithSecurityPolicy()
355 if ((debugFlags & Zygote.DEBUG_ENABLE_JDWP) != 0) { in startViaZygote()
3842 debugFlags |= Zygote.DEBUG_ENABLE_JDWP; in startProcessLocked()