Merge "Enlarge cmd buffer size of FrameworkListener"

am: 5f890050b7

Change-Id: I91c8bc1e3199b3be40b0c716a8df4b822254def5
This commit is contained in:
Luke Huang 2019-03-25 22:55:24 -07:00 committed by android-build-merger
commit 0f419320d3

View file

@ -26,7 +26,7 @@
#include <sysutils/FrameworkListener.h> #include <sysutils/FrameworkListener.h>
#include <sysutils/SocketClient.h> #include <sysutils/SocketClient.h>
static const int CMD_BUF_SIZE = 1024; static const int CMD_BUF_SIZE = 4096;
FrameworkListener::FrameworkListener(const char *socketName, bool withSeq) : FrameworkListener::FrameworkListener(const char *socketName, bool withSeq) :
SocketListener(socketName, true, withSeq) { SocketListener(socketName, true, withSeq) {