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

Commit 739620f2 authored by Alexander Zlatin's avatar Alexander Zlatin
Browse files

Update UntaggedSocketViolation StrictMode message to reference...

Update UntaggedSocketViolation StrictMode message to reference TrafficStats.setThreadStatsTag instead of the erroneous TrafficStats.setThreadSocketTag.

Bug: 143923100

Change-Id: I1a4f75d7e3fff538d418a956b8eead79bc0b3e55
parent 2ba09b67
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");
    }
}