Merge "Add comment to netstats proto"

This commit is contained in:
TreeHugger Robot
2017-02-02 21:21:11 +00:00
committed by Android (Google) Code Review

View File

@@ -27,12 +27,16 @@ message NetworkStatsServiceDumpProto {
repeated NetworkInterfaceProto active_uid_interfaces = 2;
// Device level network stats, which may include non-IP layer traffic.
NetworkStatsRecorderProto dev_stats = 3;
// IP-layer traffic stats.
NetworkStatsRecorderProto xt_stats = 4;
// Per-UID network stats.
NetworkStatsRecorderProto uid_stats = 5;
// Per-UID, per-tag network stats, excluding the default tag (i.e. tag=0).
NetworkStatsRecorderProto uid_tag_stats = 6;
}