Home
last modified time | relevance | path

Searched refs:ENABLE_PTRACE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DZygote.java1043 private static final boolean ENABLE_PTRACE = SystemProperties.get( field in Zygote
1068 if (Build.IS_ENG || (Build.IS_USERDEBUG && ENABLE_PTRACE)) { in applyDebuggerSystemProperty()