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

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

Merge "Don't include tags in atom ProxyBytesTransferByFgbg" into main

parents 46d08cb7 2776d994
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1283,7 +1283,7 @@ public class StatsPullAtomService extends SystemService {
            }
            case FrameworkStatsLog.PROXY_BYTES_TRANSFER_BY_FG_BG: {
                final NetworkStats stats = getUidNetworkStatsSnapshotForTemplate(
                        new NetworkTemplate.Builder(MATCH_PROXY).build(),  /*includeTags=*/true);
                        new NetworkTemplate.Builder(MATCH_PROXY).build(),  /*includeTags=*/false);
                if (stats != null) {
                    ret.add(new NetworkStatsExt(sliceNetworkStatsByUidTagAndMetered(stats),
                            new int[]{TRANSPORT_BLUETOOTH},