Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de8af598 authored by Jiyong Park's avatar Jiyong Park
Browse files

Disable reboot to ram dump on zygote crash loop for -eng builds

Bug: 323566535
Test: check sysprop
Change-Id: I4ee3b119bf4a0ff21c8e6d92e74eee084a54867e
parent 9b3d6f91
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ##