提交 723b3ff8 编写于 作者: Y YOUR_NAME

IssueNo:#I3R13T

Description:add log for lwip crash
Sig:phone
Feature or Bugfix:Bugfix
Binary Source:No
上级 7cf342c2
...@@ -1570,6 +1570,8 @@ int socks_close(int sockfd) ...@@ -1570,6 +1570,8 @@ int socks_close(int sockfd)
SYS_ARCH_UNPROTECT(lev); SYS_ARCH_UNPROTECT(lev);
done_socket(sock); done_socket(sock);
return lwip_close(sockfd); return lwip_close(sockfd);
} else {
PRINTK("no close socket s_refcount = %d\n", sock->s_refcount);
} }
sock->s_refcount--; sock->s_refcount--;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册