未验证 提交 d6c998f9 编写于 作者: O openharmony_ci 提交者: Gitee

!660 Fix: 修改nweb回收问题

Merge pull request !660 from Mupceet/0223_nweb
......@@ -268,7 +268,7 @@ static int BindCpuCore(Service *service)
static void ClearEnvironment(Service *service)
{
if (strcmp(service->name, "appspawn") != 0) {
if (strcmp(service->name, "appspawn") != 0 && strcmp(service->name, "nwebspawn") != 0) {
sigset_t mask;
sigemptyset(&mask);
sigaddset(&mask, SIGCHLD);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册