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

Commit 1677ae66 authored by Nicholas Ambur's avatar Nicholas Ambur
Browse files

add KeyphraseEnrollmentInfo to VoiceInteraction dumpsys

Test: build and verify VoiceInteraction dump manually
Bug: 281551611
Change-Id: Ib1da59526f265af2c8263ec698c5d60450c7e358
parent 3fac471c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1116,6 +1116,8 @@ public class VoiceInteractionService extends Service {
                    pw.println();
                });
            }
            pw.println("Available Model Enrollment Applications:");
            pw.println("  " + mKeyphraseEnrollmentInfo);
        }
    }
}