Loading core/java/com/android/internal/os/ZygoteConnectionConstants.java +1 −1 Original line number Diff line number Diff line Loading @@ -41,5 +41,5 @@ public class ZygoteConnectionConstants { * WARNING: This may trigger the watchdog in debug mode. However, to support * wrapping on lower-end devices we do not have much choice. */ public static final int WRAPPED_PID_TIMEOUT_MILLIS = 30000; public static final int WRAPPED_PID_TIMEOUT_MILLIS = 20000; } Loading
core/java/com/android/internal/os/ZygoteConnectionConstants.java +1 −1 Original line number Diff line number Diff line Loading @@ -41,5 +41,5 @@ public class ZygoteConnectionConstants { * WARNING: This may trigger the watchdog in debug mode. However, to support * wrapping on lower-end devices we do not have much choice. */ public static final int WRAPPED_PID_TIMEOUT_MILLIS = 30000; public static final int WRAPPED_PID_TIMEOUT_MILLIS = 20000; }