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

Commit 473c5955 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Automerger Merge Worker
Browse files

Merge "Fix NetworkPolicy logs in dumpsys." am: bcca41ba am: 87e632d7

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1909697

Change-Id: I00b2ae9116f602eaca4e43f44d097adc4a6e60af
parents aaca31b7 87e632d7
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -566,7 +566,13 @@ public class NetworkPolicyLogger {
        }
    }

    private static final class Data {
    /**
     * Container class for all networkpolicy events data.
     *
     * Note: This class needs to be public for RingBuffer class to be able to create
     * new instances of this.
     */
    public static final class Data {
        public int type;
        public long timeStamp;