From 3215feaff65c82d0a8972d0721e8be6d0bbe6f73 Mon Sep 17 00:00:00 2001 From: "yuhui.zhang" Date: Sat, 18 Jan 2020 10:05:02 +0800 Subject: [PATCH] [ALPS04013705] EM: use wmt_prop for wcn core dump [Detail] Use default wmt_prop for EM wcn core dump settings MTK-Commit-Id: f0442dcc10ce57fc961038e346cb442212d19dd8 Change-Id: I72f73131b32f382330df6178a0d388b11953c68a CR-Id: ALPS04013705 Feature: Engineering Mode --- non_plat/em_hidl.te | 2 +- non_plat/property.te | 3 --- non_plat/property_contexts | 3 --- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/non_plat/em_hidl.te b/non_plat/em_hidl.te index 4c095d1..f00d473 100644 --- a/non_plat/em_hidl.te +++ b/non_plat/em_hidl.te @@ -65,7 +65,7 @@ set_prop(em_hidl, mtk_debug_md_reset_prop) # Date : 2018/06/29 # Operation : EM DEBUG # Purpose: EM should mtk_connsys_coredump_mode_prop -set_prop(em_hidl, mtk_connsys_coredump_mode_prop) +set_prop(em_hidl, wmt_prop) # Date : 2018/06/29 # Operation : EM DEBUG diff --git a/non_plat/property.te b/non_plat/property.te index bf05872..cf40563 100644 --- a/non_plat/property.te +++ b/non_plat/property.te @@ -158,9 +158,6 @@ type mtk_disable_c2k_cap_prop, property_type, mtk_core_property_type; #=============allow em to set modem reset delay property================ type mtk_debug_md_reset_prop, property_type, mtk_core_property_type; -#=============allow em to set wcn core dump mode property================ -type mtk_connsys_coredump_mode_prop, property_type, mtk_core_property_type; - #=============allow em to set video log omx.* property================ type mtk_omx_log_prop, property_type, mtk_core_property_type; diff --git a/non_plat/property_contexts b/non_plat/property_contexts index e0b1027..c2c0e7e 100644 --- a/non_plat/property_contexts +++ b/non_plat/property_contexts @@ -154,9 +154,6 @@ persist.vendor.radio.disable_c2k_cap u:object_r:mtk_disable_c2k_cap_prop:s0 #=============allow em to set modem reset delay property================ vendor.mediatek.debug.md.reset.wait u:object_r:mtk_debug_md_reset_prop:s0 -#=============allow em to set wcn core dump mode property================ -persist.vendor.connsys.coredump.mode u:object_r:mtk_connsys_coredump_mode_prop:s0 - #=============allow em to set video log omx.* property================ vendor.mtk.omx. u:object_r:mtk_omx_log_prop:s0