summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrazorloves <razorloves@gmail.com>2018-12-27 20:21:19 -0600
committerrazorloves <razorloves@gmail.com>2019-01-10 16:54:23 +0100
commit8e018534a79fcba74da4debe331c1a2adf422d39 (patch)
tree9001da1167d0aa24d070044cf2cb202226e918b9
parentf6c3780e7e40916f0527f0b4eb90b087c62338db (diff)
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)
-rw-r--r--device-common.mk2
1 files changed, 1 insertions, 1 deletions
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)