[Bugfix][API-568][System]The lynq_RIL_service service does not start automatically after downloading and importing parameters
Change-Id: I677e10e85cfc8e1d8cb3ed757f40716e348df6b2
diff --git a/framework/lynq-ril-service/src/ril.cpp b/framework/lynq-ril-service/src/ril.cpp
index 85b2193..b2e89a7 100755
--- a/framework/lynq-ril-service/src/ril.cpp
+++ b/framework/lynq-ril-service/src/ril.cpp
@@ -6455,9 +6455,9 @@
printf("open ttyGS3 failure!!!\n");
//printf("%s\n",strerr(errno));
perror("--test--");
- kill(0, SIGKILL);
+ //kill(0, SIGKILL);
}
- RLOGD("[%s]open %s successfully!!!\n",__FUNCTION__,ttyname(ttyGS3_fd));
+ RLOGD("[%s]open %s successfully ttyGS3_d %d!!!\n",__FUNCTION__,ttyname(ttyGS3_fd), ttyGS3_fd);
while(1)
{
bzero(buffer, 1024);