Skip to content
Snippets Groups Projects
Commit 34a070a6 authored by Atneya Nair's avatar Atneya Nair
Browse files

Add toString to ST recog event types

Generate toString for better logging.

Bug: 281139493
Fixes: 281338538
Test: Compiles
Test: soundtrigger middleware dumpsys
Change-Id: Icd66c2874d2702d44bb8acc90fb5944dccebba47
parent 05a834b1
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ import android.media.soundtrigger.PhraseRecognitionEvent;
* Wrapper to android.media.soundtrigger.RecognitionEvent providing additional fields used by the
* framework.
*/
@JavaDerive(equals = true, toString = true)
parcelable PhraseRecognitionEventSys {
PhraseRecognitionEvent phraseRecognitionEvent;
......
......@@ -21,6 +21,7 @@ import android.media.soundtrigger.RecognitionEvent;
* Wrapper to android.media.soundtrigger.RecognitionEvent providing additional fields used by the
* framework.
*/
@JavaDerive(equals = true, toString = true)
parcelable RecognitionEventSys {
RecognitionEvent recognitionEvent;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment