Merge changes I3525edc3,I6e18915e am: c861b10841 am: fa9d473f26 am: c16df4f73f

Change-Id: Iff7435b20b830357a53f4773b211cd5ddc911ebd
This commit is contained in:
Chiachang Wang
2020-04-29 09:42:14 +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);