Merge "Update keystore-statsd proxy for logging RkpPoolStats atom." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4def4bdfcb
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user