From 34ffcf15a05374b757de05bdb072f1d388212a7d Mon Sep 17 00:00:00 2001 From: Woody Lin Date: Wed, 28 Oct 2020 11:22:19 +0800 Subject: [PATCH] sm7250-common: props: Enable zygote critical window Bug: 141948707 Change-Id: I5dc57312118b0f6d95fc9fe164363ec7e15f1b51 --- properties.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/properties.mk b/properties.mk index 443bc83..e8966ff 100644 --- a/properties.mk +++ b/properties.mk @@ -440,3 +440,6 @@ persist.camera.iface.logs=0 \ persist.camera.imglib.logs=0 \ persist.camera.isp.debug=0 \ persist.camera.sensor.debug=0 + +# Zygote +zygote.critical_window.minute=10 \ No newline at end of file