Loading automotive/vehicle/2.0/default/impl/vhal_v2_0/SocketComm.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,10 @@ bool SocketComm::listen() { } ALOGI("%s: Listening for connections on port %d", __FUNCTION__, DEBUG_SOCKET); ::listen(mListenFd, 1); if (::listen(mListenFd, 1) == -1) { ALOGE("%s: Error on listening: errno: %d: %s", __FUNCTION__, errno, strerror(errno)); return false; } return true; } Loading Loading
automotive/vehicle/2.0/default/impl/vhal_v2_0/SocketComm.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,10 @@ bool SocketComm::listen() { } ALOGI("%s: Listening for connections on port %d", __FUNCTION__, DEBUG_SOCKET); ::listen(mListenFd, 1); if (::listen(mListenFd, 1) == -1) { ALOGE("%s: Error on listening: errno: %d: %s", __FUNCTION__, errno, strerror(errno)); return false; } return true; } Loading