Shorten the log in the netpolicy dump.
Test: bit FrameworksServicesTests:com.android.server.NetworkPolicyManagerServiceTest Change-Id: I105326e733f2498e68b0552b45fec1ed0e8e3179
This commit is contained in:
@@ -4184,7 +4184,7 @@ public class NetworkPolicyManagerService extends INetworkPolicyManager.Stub {
|
||||
}
|
||||
|
||||
public static String getString(int uid, long procStateSeq) {
|
||||
return "UID=" + uid + " procStateSeq=" + procStateSeq;
|
||||
return "UID=" + uid + " Seq=" + procStateSeq;
|
||||
}
|
||||
|
||||
private int increaseNext(int next, int increment) {
|
||||
|
||||
Reference in New Issue
Block a user