History log of /system/netd/server/EventReporter.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4b9b78aa02336de9291e5085401cef44c03c3bba 06-Oct-2016 Michal Karpinski <mkarpinski@google.com> Add connect event reporting

Adds reporting of connect events including netId, destination IP address,
destination port, uid and connect latency.

Also enables the relevant tests in the connect_benchmark.

Currently ignores the new data it receives, further work will be
done in the subsequent CLs.

Test: for now just the benchmarking, in the future CTS

Bug: 29748723
Change-Id: Id9819552a6d9ad5efc1aff5262d44caa994952aa
/system/netd/server/EventReporter.cpp
be581e228bd1a97efd179edcdd3e744622fb99b8 06-Oct-2016 Michal Karpinski <mkarpinski@google.com> Adding EventReporter class

This class stores the reporting level and can be used to get
the event listener service.

Bug: 29748723
Change-Id: I9e4fbfc79e9c0e2352caae8c919916272bd6235c
/system/netd/server/EventReporter.cpp