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