Merge "[SP01] Add NetworkStats to system API"

This commit is contained in:
Junyu Lai
2020-01-09 08:33:24 +00:00
committed by Gerrit Code Review

View File

@@ -279,7 +279,7 @@ public class OffloadController {
entry.iface = kv.getKey(); entry.iface = kv.getKey();
entry.rxBytes = value.rxBytes; entry.rxBytes = value.rxBytes;
entry.txBytes = value.txBytes; entry.txBytes = value.txBytes;
stats.addValues(entry); stats.addEntry(entry);
} }
return stats; return stats;