Merge "Update the StatsPullAtomsService to accommodate RkpErrorStats." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
54c3414ab9
@@ -4366,7 +4366,8 @@ public class StatsPullAtomService extends SystemService {
|
||||
}
|
||||
RkpErrorStats atom = atomWrapper.payload.getRkpErrorStats();
|
||||
pulledData.add(FrameworkStatsLog.buildStatsEvent(
|
||||
FrameworkStatsLog.RKP_ERROR_STATS, atom.rkpError, atomWrapper.count));
|
||||
FrameworkStatsLog.RKP_ERROR_STATS, atom.rkpError, atomWrapper.count,
|
||||
atom.security_level));
|
||||
}
|
||||
return StatsManager.PULL_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user