Enlarge cmd buffer size of FrameworkListener
Only Netd and Logd use FrameworkListener currently. Run realted test to ensure anything are still fine. Bug: 126307309 Test: built, flashed, booted system/netd/tests/runtests.sh pass atest CtsLogdTestCases Change-Id: Iacd0cc13f23f457a0868a8a706080c3edc9a3cbd
This commit is contained in:
parent
c3e96512c0
commit
9f409f2e4c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
#include <sysutils/FrameworkListener.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) :
|
||||
SocketListener(socketName, true, withSeq) {
|
||||
|
|
Loading…
Reference in a new issue