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

Commit ae828a78 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "add KeyphraseEnrollmentInfo to VoiceInteraction dumpsys" into udc-dev

parents a701b0f9 1677ae66
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1119,6 +1119,8 @@ public class VoiceInteractionService extends Service {
                    pw.println();
                });
            }
            pw.println("Available Model Enrollment Applications:");
            pw.println("  " + mKeyphraseEnrollmentInfo);
        }
    }
}