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

Commit 54b9542a authored by Will Brockman's avatar Will Brockman
Browse files

NotificationReported.assistant_ranking_score.

Statsd notification logging: Fill in the assistant_ranking_score field in
NotificationReported atom.

Test: atest NotificationManagerServiceTest
Bug: 156258549
Change-Id: I7f4f9904ec66a51ce21888cd47e0305ab409b7b6
parent 4a0fe521
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ public class NotificationRecordLoggerImpl implements NotificationRecordLogger {
                /* android.stats.sysui.NotificationImportance importance_asst = 19 */
                r.getAssistantImportance(),
                /* int32 assistant_hash = 20 */ p.getAssistantHash(),
                /* float assistant_ranking_score = 21 */ 0 // TODO connect up ranking score
                /* float assistant_ranking_score = 21 */ r.getRankingScore()
        );
    }