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

  /libcore/dalvik/src/main/java/dalvik/system/
Zygote.java 45 public static final int DEBUG_ENABLE_JNI_LOGGING = 1 << 4;
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 54 DEBUG_ENABLE_JNI_LOGGING = 1 << 4,
401 if ((debugFlags & DEBUG_ENABLE_JNI_LOGGING) != 0) {

Completed in 47 milliseconds