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

Commit 579a490a 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 am: 935bacec am: 04872719

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

Change-Id: I1004128862e64979395bd79b66f36b085ef5d030
parents 51d8bdf2 04872719
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");
    }
}