Loading logd/LogListener.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ */ #include <limits.h> #include <sys/cdefs.h> #include <sys/prctl.h> #include <sys/socket.h> #include <sys/types.h> Loading Loading @@ -46,7 +47,7 @@ bool LogListener::onDataAvailable(SocketClient *cli) { + LOGGER_ENTRY_MAX_PAYLOAD]; struct iovec iov = { buffer, sizeof(buffer) }; char control[CMSG_SPACE(sizeof(struct ucred))]; char control[CMSG_SPACE(sizeof(struct ucred))] __aligned(4); struct msghdr hdr = { NULL, 0, Loading Loading
logd/LogListener.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ */ #include <limits.h> #include <sys/cdefs.h> #include <sys/prctl.h> #include <sys/socket.h> #include <sys/types.h> Loading Loading @@ -46,7 +47,7 @@ bool LogListener::onDataAvailable(SocketClient *cli) { + LOGGER_ENTRY_MAX_PAYLOAD]; struct iovec iov = { buffer, sizeof(buffer) }; char control[CMSG_SPACE(sizeof(struct ucred))]; char control[CMSG_SPACE(sizeof(struct ucred))] __aligned(4); struct msghdr hdr = { NULL, 0, Loading