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

Commit 43f386b3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix incorrect trusted hotword metric" into tm-qpr-dev

parents f58ce4e9 e4de2470
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -620,7 +620,7 @@ class VoiceInteractionManagerServiceImpl implements VoiceInteractionSessionConne
    private void logDetectorCreateEventIfNeeded(IHotwordRecognitionStatusCallback callback,
            int detectorType, boolean isCreated, int voiceInteractionServiceUid) {
        if (callback != null) {
            HotwordMetricsLogger.writeDetectorCreateEvent(detectorType, true,
            HotwordMetricsLogger.writeDetectorCreateEvent(detectorType, isCreated,
                    voiceInteractionServiceUid);
        }