Merge "Refactoring of deleting stats in NetworkStats based on uids."
This commit is contained in:
@@ -352,7 +352,7 @@ public class NetworkStatsRecorder {
|
||||
|
||||
// Clear UID from current stats snapshot
|
||||
if (mLastSnapshot != null) {
|
||||
mLastSnapshot = mLastSnapshot.withoutUids(uids);
|
||||
mLastSnapshot.removeUids(uids);
|
||||
}
|
||||
|
||||
final NetworkStatsCollection complete = mComplete != null ? mComplete.get() : null;
|
||||
|
||||
Reference in New Issue
Block a user