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

Commit b10edc74 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by android-build-merger
Browse files

Merge "Shorten the log in the netpolicy dump."

am: 8c3e12a9

Change-Id: I41e80dec4d20c83e51ca212adcacdbab81d309e1
parents 856ebe37 8c3e12a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {