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

Commit c3e49163 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Leave NetworkStatsService around during shutdown."

parents c18d273e 92af3dbd
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -427,13 +427,6 @@ public class NetworkStatsService extends INetworkStatsService.Stub {
        mUidRecorder.forcePersistLocked(currentTime);
        mUidTagRecorder.forcePersistLocked(currentTime);

        mDevRecorder = null;
        mXtRecorder = null;
        mUidRecorder = null;
        mUidTagRecorder = null;

        mXtStatsCached = null;

        mSystemReady = false;
    }