From 92bb4e88bb0061d3cf34b7c160735379a9163ba0 Mon Sep 17 00:00:00 2001 From: "yuhui.zhang" Date: Sat, 18 Jan 2020 10:20:13 +0800 Subject: [PATCH] [ALPS04316338] Fix wcn coredump JE problem [Detail] Wcn coredump move to vendor on Android Q. EM need to set property by vendor hidl MTK-Commit-Id: 7b93a89746c7d9f5c2672418babb22c9a23513b0 Change-Id: I9ff4d54918c9becab9dcaaae9f5cbb3d04d17ac6 CR-Id: ALPS04316338 Feature: Engineering Mode --- non_plat/em_hidl.te | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/non_plat/em_hidl.te b/non_plat/em_hidl.te index 34b31fa..fcf6abf 100644 --- a/non_plat/em_hidl.te +++ b/non_plat/em_hidl.te @@ -123,4 +123,8 @@ set_prop(em_hidl, mtk_em_hidl_prop) # Date : 2019/08/22 # Operation : EM AAL # Purpose: for em set aal property -set_prop(em_hidl, mtk_pq_prop) \ No newline at end of file +set_prop(em_hidl, mtk_pq_prop) +# Date : 2019/09/10 +# Operation : EM wcn coredump +# Purpose: for em set wcn coredump property +set_prop(em_hidl, coredump_prop)