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

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

Merge "Update the StatsPullAtomsService to accommodate RkpErrorStats." into tm-dev am: 54c3414a

parents f291b434 54c3414a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
    }