Searched refs:DEBUG_ENABLE_JNI_LOGGING (Results 1 – 4 of 4) sorted by relevance
41 public static final int DEBUG_ENABLE_JNI_LOGGING = 1 << 4; field in Zygote
442 debugFlags |= Zygote.DEBUG_ENABLE_JNI_LOGGING; in parseArgs()
644 if ((debugFlags & Zygote.DEBUG_ENABLE_JNI_LOGGING) != 0) { in startViaZygote()
3709 debugFlags |= Zygote.DEBUG_ENABLE_JNI_LOGGING; in startProcessLocked()