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

  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 164 DEBUG_ENABLE_JNI_LOGGING = 1 << 4,
185 if ((debug_flags & DEBUG_ENABLE_JNI_LOGGING) != 0) {
187 debug_flags &= ~DEBUG_ENABLE_JNI_LOGGING;
  /frameworks/base/core/java/com/android/internal/os/
Zygote.java 44 public static final int DEBUG_ENABLE_JNI_LOGGING = 1 << 4;
ZygoteConnection.java 487 debugFlags |= Zygote.DEBUG_ENABLE_JNI_LOGGING;
    [all...]
  /frameworks/base/core/java/android/os/
ZygoteProcess.java 350 if ((debugFlags & Zygote.DEBUG_ENABLE_JNI_LOGGING) != 0) {
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 193 milliseconds