Loading services/java/com/android/server/net/NetworkStatsService.java +4 −2 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
services/java/com/android/server/net/NetworkStatsService.java +4 −2 Original line number Diff line number Diff line Loading @@ -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); Loading