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

Commit 23ef1087 authored by Hasini Gunasinghe's avatar Hasini Gunasinghe Committed by Automerger Merge Worker
Browse files

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

Merge "Update keystore-statsd proxy for logging RkpPoolStats atom." into sc-dev am: 4def4bdf am: db9f78e7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15160850

Change-Id: I0a1a582638e1e54ddfd3bf55ddb10015c5894eb8
parents b55b0e42 db9f78e7
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;
    }