Snap for 6450912 from 6b639d3eb3fc417ba2279b2265255b9e8c1d1157 to mainline-release
Change-Id: Ica89f4b346997c4a37ab5664a54383ac4c63c472
This commit is contained in:
@@ -385,10 +385,9 @@ public class NetworkStatsFactory {
|
|||||||
// Migrate data usage over a VPN to the TUN network.
|
// Migrate data usage over a VPN to the TUN network.
|
||||||
for (VpnInfo info : vpnArray) {
|
for (VpnInfo info : vpnArray) {
|
||||||
delta.migrateTun(info.ownerUid, info.vpnIface, info.underlyingIfaces);
|
delta.migrateTun(info.ownerUid, info.vpnIface, info.underlyingIfaces);
|
||||||
}
|
|
||||||
|
|
||||||
// Filter out debug entries as that may lead to over counting.
|
// Filter out debug entries as that may lead to over counting.
|
||||||
delta.filterDebugEntries();
|
delta.filterDebugEntries();
|
||||||
|
}
|
||||||
|
|
||||||
// Update mTunAnd464xlatAdjustedStats with migrated delta.
|
// Update mTunAnd464xlatAdjustedStats with migrated delta.
|
||||||
mTunAnd464xlatAdjustedStats.combineAllValues(delta);
|
mTunAnd464xlatAdjustedStats.combineAllValues(delta);
|
||||||
|
|||||||
Reference in New Issue
Block a user