Merge "Minor typo fix" into udc-dev

This commit is contained in:
Treehugger Robot
2023-05-12 21:01:35 +00:00
committed by Android (Google) Code Review

View File

@@ -962,7 +962,7 @@ final class HotwordDetectionConnection {
final DetectorSession session = mDetectorSessions.get(
HotwordDetector.DETECTOR_TYPE_VISUAL_QUERY_DETECTOR);
if (session == null || session.isDestroyed()) {
Slog.v(TAG, "Not found the look and talk perceiver");
Slog.v(TAG, "Not found the visual query detector");
return null;
}
return (VisualQueryDetectorSession) session;