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

Commit d04ff11d authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Avoid NPE when missing network stats.

Bug: 5750339
Change-Id: I4b739dbd076b270a5a2b2e2a1e0f6e445d8c124e
parent 359bb3b4
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1060,8 +1060,10 @@ public class NetworkStatsService extends INetworkStatsService.Stub {
        }

        // clear UID from current stats snapshot
        if (mLastPollUidSnapshot != null) {
            mLastPollUidSnapshot = mLastPollUidSnapshot.withoutUid(uid);
            mLastPollNetworkXtSnapshot = computeNetworkXtSnapshotFromUid(mLastPollUidSnapshot);
        }

        // clear kernel stats associated with UID
        resetKernelUidStats(uid);