From 8e018534a79fcba74da4debe331c1a2adf422d39 Mon Sep 17 00:00:00 2001 From: razorloves Date: Thu, 27 Dec 2018 20:21:19 -0600 Subject: marlin: Disable subsystem ramdumps This function relies on several userdebug only changes to sepolicy and init, that are on /vendor. Users have the stock vendor img, which is user build, so it's just causing lots of log spam of denials and errors. Change-Id: Iee51c3cc275ac9b757acf7dcb98d45f1dfe2085f (cherry picked from commit 2a2b8d9dbc1e8e643d4c5a4146e37265a0946103) --- device-common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-common.mk b/device-common.mk index 432f5b9b..90740940 100644 --- a/device-common.mk +++ b/device-common.mk @@ -404,7 +404,7 @@ PRODUCT_COPY_FILES += \ # Subsystem ramdump PRODUCT_PROPERTY_OVERRIDES += \ - persist.sys.ssr.enable_ramdumps=1 + persist.sys.ssr.enable_ramdumps=0 else PRODUCT_COPY_FILES += \ device/google/marlin/init.common.diag.rc.user:$(INIT_COMMON_DIAG_RC) -- cgit v1.2.3