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

Commit 8c3e12a9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Shorten the log in the netpolicy dump."

parents be1e405c e5397db3
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) {