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

Commit 4fc4100e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add comment to netstats proto"

parents 85adc214 9e0800d3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
}