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

Commit 00326a89 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Update UntaggedSocketViolation StrictMode message to reference...

Merge "Update UntaggedSocketViolation StrictMode message to reference TrafficStats.setThreadStatsTag instead of the erroneous TrafficStats.setThreadSocketTag."
parents 2b30cd28 739620f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ package android.os.strictmode;
public final class UntaggedSocketViolation extends Violation {
    /** @hide */
    public UntaggedSocketViolation() {
        super("Untagged socket detected; use TrafficStats.setThreadSocketTag() to "
        super("Untagged socket detected; use TrafficStats.setTrafficStatsTag() to "
                + "track all network usage");
    }
}