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

Commit 6bbaaa63 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

libsysutils: log dispatchCommand overflow.

Change-Id: Iefd3f7cc170c1fe65209c6ffe10debc21aed0c7f
parent 90284b12
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ LOCAL_SRC_FILES:= \
                  src/FrameworkCommand.cpp    \
                  src/SocketClient.cpp        \
                  src/ServiceManager.cpp      \
                  EventLogTags.logtags

LOCAL_MODULE:= libsysutils

+4 −0
Original line number Diff line number Diff line
# See system/core/logcat/event.logtags for a description of the format of this file.

# FrameworkListener dispatchCommand overflow
78001 dispatchCommand_overflow
+1 −0
Original line number Diff line number Diff line
@@ -159,6 +159,7 @@ out:
    return;

overflow:
    LOG_EVENT_INT(78001, cli->getUid());
    cli->sendMsg(500, "Command too long", false);
    goto out;
}