Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37cef638 authored by Ivo Kay's avatar Ivo Kay Committed by Android (Google) Code Review
Browse files

Merge "Fix fg/bg slicing in atom ProxyBytesTransferByFgBg" into main

parents dfb8d416 de352c89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1301,7 +1301,7 @@ public class StatsPullAtomService extends SystemService {
                final NetworkStats stats = getUidNetworkStatsSnapshotForTemplateLocked(
                        new NetworkTemplate.Builder(MATCH_PROXY).build(),  /*includeTags=*/false);
                if (stats != null) {
                    ret.add(new NetworkStatsExt(sliceNetworkStatsByUidTagAndMetered(stats),
                    ret.add(new NetworkStatsExt(sliceNetworkStatsByUidAndFgbg(stats),
                            new int[]{TRANSPORT_BLUETOOTH},
                            /*slicedByFgbg=*/true, /*slicedByTag=*/false,
                            /*slicedByMetered=*/false, TelephonyManager.NETWORK_TYPE_UNKNOWN,