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

Commit bd510de4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Initialize AtomicBoolean for NetworkLogger#mIsLoggingEnabled" into nyc-mr2-dev

parents 85f3996d a775ad99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,11 +46,11 @@ final class NetworkLogger {

    private final DevicePolicyManagerService mDpm;
    private final PackageManagerInternal mPm;
    private final AtomicBoolean mIsLoggingEnabled = new AtomicBoolean(false);

    private IIpConnectivityMetrics mIpConnectivityMetrics;
    private ServiceThread mHandlerThread;
    private NetworkLoggingHandler mNetworkLoggingHandler;
    private AtomicBoolean mIsLoggingEnabled;

    private final INetdEventCallback mNetdEventCallback = new INetdEventCallback.Stub() {
        @Override