From db2813351faf36072b7e64b64b8f42a6b438c3a8 Mon Sep 17 00:00:00 2001 From: c_rrajiv Date: Thu, 14 Jul 2016 12:24:20 +0530 Subject: [PATCH] land: cnss_diag: Restart cnss_diag during decryption On first boot all services which belonging to main class will get killed to perform encryption. Later on these services will get restarted. Since cnss_diag is defined as one shot, need to start service back at the time vold.decrypt property is set. Change-Id: Ib673398b892f6301b69cf4cff6e8cf17ada4620c CRs-Fixed: 1041549 --- rootdir/init.qcom.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 91a371b..ecb289e 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -496,6 +496,7 @@ on property:ro.bluetooth.ftm_enabled=true on property:vold.decrypt=trigger_restart_framework start config_bt_addr + start cnss_diag on property:persist.env.fastdorm.enabled=true setprop persist.radio.data_no_toggle 1