Merge "Update UntaggedSocketViolation StrictMode message to reference TrafficStats.setThreadStatsTag instead of the erroneous TrafficStats.setThreadSocketTag."
This commit is contained in:
@@ -18,7 +18,7 @@ package android.os.strictmode;
|
|||||||
public final class UntaggedSocketViolation extends Violation {
|
public final class UntaggedSocketViolation extends Violation {
|
||||||
/** @hide */
|
/** @hide */
|
||||||
public UntaggedSocketViolation() {
|
public UntaggedSocketViolation() {
|
||||||
super("Untagged socket detected; use TrafficStats.setThreadSocketTag() to "
|
super("Untagged socket detected; use TrafficStats.setTrafficStatsTag() to "
|
||||||
+ "track all network usage");
|
+ "track all network usage");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user