HomeSort by relevance Sort by last modified time
    Searched defs:DEBUG_ENABLE_JNI_LOGGING (Results 1 - 2 of 2) sorted by null

  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 58 DEBUG_ENABLE_JNI_LOGGING = 1 << 4,
75 if ((debug_flags & DEBUG_ENABLE_JNI_LOGGING) != 0) {
77 debug_flags &= ~DEBUG_ENABLE_JNI_LOGGING;
  /frameworks/base/core/java/com/android/internal/os/
Zygote.java 43 public static final int DEBUG_ENABLE_JNI_LOGGING = 1 << 4;

Completed in 102 milliseconds