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

Commit 935bacec authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update UntaggedSocketViolation StrictMode message to reference...

Merge "Update UntaggedSocketViolation StrictMode message to reference TrafficStats.setThreadStatsTag instead of the erroneous TrafficStats.setThreadSocketTag." am: 00326a89

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1503394

Change-Id: Iceeebd923880c2de81ff4a2b2146ec2b9e98803d
parents a7d5a0c9 00326a89
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");
    }
}