Merge "Update keystore-statsd proxy for logging RkpPoolStats atom." into sc-dev am: 4def4bdfcb
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15160850 Change-Id: I4cb64e3cdb17a4f836ab1a5a4ca1de18fdef7d3d
This commit is contained in:
@@ -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