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

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

View File

@@ -1119,6 +1119,8 @@ public class VoiceInteractionService extends Service {
pw.println();
});
}
pw.println("Available Model Enrollment Applications:");
pw.println(" " + mKeyphraseEnrollmentInfo);
}
}
}