Shorten the log in the netpolicy dump.

Test: bit FrameworksServicesTests:com.android.server.NetworkPolicyManagerServiceTest
Change-Id: I105326e733f2498e68b0552b45fec1ed0e8e3179
This commit is contained in:
Sudheer Shanka
2017-06-19 19:05:31 -07:00
parent ea2945f416
commit db9aaf0322

View File

@@ -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) {