add KeyphraseEnrollmentInfo to VoiceInteraction dumpsys

Test: build and verify VoiceInteraction dump manually
Bug: 281551611
Change-Id: Ib1da59526f265af2c8263ec698c5d60450c7e358
This commit is contained in:
Nicholas Ambur
2023-05-08 18:51:02 +00:00
parent 3fac471cfc
commit 1677ae66dc

View File

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