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

Commit e982f711 authored by Ashish Sharma's avatar Ashish Sharma Committed by Android (Google) Code Review
Browse files

Merge "Fix a minor documentation bug in TrafficStats."

parents c4df1f6a beda53d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@ public class TrafficStats {
    public static native long getUidTcpTxSegments(int uid);

    /**
     * Get the number of TCP payload bytes received for this UID.
     * Get the number of TCP segments received for this UID.
     * Does not include TCP control packets (SYN/ACKs/FIN/..).
     * The statistics are across all interfaces.
     *