Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 333671d9 authored by Luke Huang's avatar Luke Huang Committed by android-build-merger
Browse files

Merge "Enlarge cmd buffer size of FrameworkListener" am: 5f890050 am: 0f419320

am: 8f0d3cda

Change-Id: Ia53874838d9887cec89137d630fa76843df722a2
parents df300646 8f0d3cda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {