Merge "Fix incorrect trusted hotword metric"
This commit is contained in:
committed by
Android (Google) Code Review
commit
42fa8b1774
@@ -639,7 +639,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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user