From de8af598562932002846ed9a22e4d451561a71ae Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Thu, 15 Feb 2024 18:18:06 +0900 Subject: [PATCH] Disable reboot to ram dump on zygote crash loop for -eng builds Bug: 323566535 Test: check sysprop Change-Id: I4ee3b119bf4a0ff21c8e6d92e74eee084a54867e --- core/main.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/main.mk b/core/main.mk index 9b98efeb14..a05f757cb9 100644 --- a/core/main.mk +++ b/core/main.mk @@ -434,6 +434,8 @@ ifndef is_sdk_build # To speedup startup of non-preopted builds, don't verify or compile the boot image. ADDITIONAL_SYSTEM_PROPERTIES += dalvik.vm.image-dex2oat-filter=extract endif +# b/323566535 +ADDITIONAL_SYSTEM_PROPERTIES += init.svc_debug.no_fatal.zygote=true endif ## asan ##