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