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