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
This commit is contained in:
parent
eba1de4fea
commit
db2813351f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue