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

Commit 7a02c7ac authored by Charles Chen's avatar Charles Chen
Browse files

Minor typo fix

Fix wrong log info.

Bug: 279544077
Test: N/A
Change-Id: I5ba79d5211194b437ea46e09a1f3a6ee0b35c0fa
parent c7515ae3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;