Remove restart of ril-daemon in init.class_main.sh

Issue: Default rild was not launching some times
Fix: This is a timing issue, fixed this by removing
 stop and start of default ril-daemon in init.class_main.sh

Change-Id: I736994ddeaade729f7cb5ffd6f418a7c7c2c977e
CRs-Fixed: 635725
This commit is contained in:
Chaitanya Saggurthi 2014-03-20 16:46:56 +05:30 committed by Gerrit - the friendly Code Review server
parent 68e4017632
commit 97f21a9b9f
1 changed files with 0 additions and 4 deletions

View File

@ -60,12 +60,8 @@ case "$baseband" in
multisim=`getprop persist.radio.multisim.config`
if [ "$multisim" = "dsds" ] || [ "$multisim" = "dsda" ]; then
stop ril-daemon
start ril-daemon
start ril-daemon1
elif [ "$multisim" = "tsts" ]; then
stop ril-daemon
start ril-daemon
start ril-daemon1
start ril-daemon2
fi