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

Commit 4def4bdf authored by Hasini Gunasinghe's avatar Hasini Gunasinghe Committed by Android (Google) Code Review
Browse files

Merge "Update keystore-statsd proxy for logging RkpPoolStats atom." into sc-dev

parents 5a26c6b3 d4f71410
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4159,7 +4159,8 @@ public class StatsPullAtomService extends SystemService {
            }
            RkpPoolStats atom = atomWrapper.payload.getRkpPoolStats();
            pulledData.add(FrameworkStatsLog.buildStatsEvent(
                    FrameworkStatsLog.RKP_POOL_STATS, atom.pool_status, atom.count_of_keys));
                    FrameworkStatsLog.RKP_POOL_STATS, atom.security_level, atom.expiring,
                    atom.unassigned, atom.attested, atom.total));
        }
        return StatsManager.PULL_SUCCESS;
    }