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

Commit ac418513 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: ba23dd5d

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

Change-Id: I1e330c0d0f910db5fe8ba09e5d938571c0d0a487
parents 9b0f485d ba23dd5d
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;
    }