Merge changes I3525edc3,I6e18915e am: c861b10841 am: fa9d473f26

Change-Id: I85b8798fc82873d22c338937bb61092fbde259e6
This commit is contained in:
Chiachang Wang
2020-04-29 09:24:10 +00:00
committed by Automerger Merge Worker

View File

@@ -385,10 +385,9 @@ public class NetworkStatsFactory {
// Migrate data usage over a VPN to the TUN network.
for (VpnInfo info : vpnArray) {
delta.migrateTun(info.ownerUid, info.vpnIface, info.underlyingIfaces);
}
// Filter out debug entries as that may lead to over counting.
delta.filterDebugEntries();
}
// Update mTunAnd464xlatAdjustedStats with migrated delta.
mTunAnd464xlatAdjustedStats.combineAllValues(delta);