History log of /frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/NetdEventListenerServiceTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2299a1c4015ac786f49302ad26a586a39a5ba6a1 25-Nov-2016 Hugo Benichi <hugobenichi@google.com> DO NOT MERGE IP Connectivity metrics: add connect() statistics

This patch adds a ConnectStats class to aggregate connect() statistics
gathered in NetdEventListenerService. ConnectStats is uploaded once a
day by IpConnectivityMetrics.

Test: $ runtest frameworks-net + new unit test
Bug: 32198976

(cherry picked from commit 4f71a15973f7048076ed10f63d708f020e1a21e0)

Change-Id: I1450c126b90b628d9f1c73ddf054b4742f5e84c5
/frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/NetdEventListenerServiceTest.java
c3abd34cfed63d5b71366901d19f6d9cd8319306 12-Oct-2016 Michal Karpinski <mkarpinski@google.com> DO NOT MERGE [DPM] DO can start network logging and listen for events

This CL adds:
1) Setter and getter in DPM to manipulate logging switch (retrieval
method to come in a subsequent CL(s)).
2) A way for DPM to register to listen for events.
3) Skeleton of NetworkLogger class (more to come in subsequent CL(s)).

Bug: 29748723
Change-Id: I5c04662ccc6febd2ba294b0eaca1ed1da9c16e47
/frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/NetdEventListenerServiceTest.java
70444d3ad5091c068de61a773a5ca58a9274135b 27-Sep-2016 Michal Karpinski <mkarpinski@google.com> DO NOT MERGE Extending DNS event reporting

This adds hostname, array of addresses, total count of IP addresses
and uid to the existing pipeline.
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 unit and CTS

Bug: 29748723

(cherry picked from commit 14c9d2d0df7fab2b0470c3c404f600d87d4f0f93)

Change-Id: I3941b8d6fc1dd578e2af6ed4d3c3d0a722c39918
/frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/NetdEventListenerServiceTest.java
7f9014bb9d155cce28f6da375675a4338c60590e 21-Nov-2016 Michal Karpinski <mkarpinski@google.com> DO NOT MERGE Rename the DnsEventListenerService to NetdEventListenerService

The service will be extended to include listening for connect events as well.

Test: this is just a renaming change

Bug: 29748723
Change-Id: I073187e354fc987222ec0108d7f0d3a422397d5e
/frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/NetdEventListenerServiceTest.java