Merge changes I3525edc3,I6e18915e am: c861b10841 am: fa9d473f26 am: c16df4f73f
Change-Id: Iff7435b20b830357a53f4773b211cd5ddc911ebd
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