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

This commit is contained in:
Hasini Gunasinghe
2021-07-01 21:36:22 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}