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
440 debugFlags |= Zygote.DEBUG_ENABLE_JNI_LOGGING; in parseArgs()
623 if ((debugFlags & Zygote.DEBUG_ENABLE_JNI_LOGGING) != 0) { in startViaZygote()
3300 debugFlags |= Zygote.DEBUG_ENABLE_JNI_LOGGING; in startProcessLocked()