Loading libsysutils/Android.mk +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ LOCAL_SRC_FILES:= \ src/FrameworkCommand.cpp \ src/SocketClient.cpp \ src/ServiceManager.cpp \ EventLogTags.logtags LOCAL_MODULE:= libsysutils Loading libsysutils/EventLogTags.logtags 0 → 100644 +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 libsysutils/src/FrameworkListener.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -159,6 +159,7 @@ out: return; overflow: LOG_EVENT_INT(78001, cli->getUid()); cli->sendMsg(500, "Command too long", false); goto out; } Loading
libsysutils/Android.mk +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ LOCAL_SRC_FILES:= \ src/FrameworkCommand.cpp \ src/SocketClient.cpp \ src/ServiceManager.cpp \ EventLogTags.logtags LOCAL_MODULE:= libsysutils Loading
libsysutils/EventLogTags.logtags 0 → 100644 +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
libsysutils/src/FrameworkListener.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -159,6 +159,7 @@ out: return; overflow: LOG_EVENT_INT(78001, cli->getUid()); cli->sendMsg(500, "Command too long", false); goto out; }