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

Commit 248b9159 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

am: b10edc74

Change-Id: I3d32614df1f9ba3217dfbc6fcfe555db28dccb69
parents 5509ba6d b10edc74
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) {