ki4070ma / vui-automation-playground

0 stars 0 forks source link

Testing by text, without tts as input #8

Closed ki4070ma closed 4 years ago

ki4070ma commented 5 years ago

Background

ki4070ma commented 4 years ago
➜  vui-automation-playground git:(no_voice) ✗ adb logcat | grep ActivityManager
11-17 23:06:35.872  1256  1281 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.android.apps.googleassistant/.AssistantActivity bnds=[829,1004][997,1172] (has extras)} from uid 10029
11-17 23:06:35.923  1256  2923 I ActivityManager: Start proc 24907:com.google.android.apps.googleassistant/u0a153 for activity com.google.android.apps.googleassistant/.AssistantActivity caller=com.miui.home
11-17 23:06:36.164  1256  2923 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=googleapp://deeplink/?data=Ck0BDb3mGzBGAiEAno0OrfiY9jBIc2i1mRBKiA0un-Bgaev2efnKO6WucmACIQDyPvZ2xs6cpG8TXt6AFGI4J4UI9HHEcw292Tal2RQOKxJjCgYI1Jq0jwESAggBGjYKNAiBApqJ8dsEKwgBGidjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5nb29nbGVhc3Npc3RhbnQiHQobaHR0cDovL2Fzc2lzdGFudC5nb29nbGUuY29t pkg=com.google.android.googlequicksearchbox cmp=com.google.android.googlequicksearchbox/com.google.android.apps.gsa.deeplink.DeeplinkActivityEntrypoint} from uid 10153
11-17 23:06:36.293  1256  1360 I ActivityManager: Displayed com.google.android.googlequicksearchbox/com.google.android.apps.gsa.deeplink.DeeplinkActivityEntrypoint: +76ms (total +376ms)
11-17 23:06:36.336  1256  1281 I ActivityManager: START u0 {flg=0x10008000 cmp=com.google.android.googlequicksearchbox/com.google.android.apps.gsa.staticplugins.opa.OpaActivity (has extras)} from uid 10044
11-17 23:06:36.718  1256  1360 I ActivityManager: Displayed com.google.android.googlequicksearchbox/com.google.android.apps.gsa.staticplugins.opa.OpaActivity: +345ms
11-17 23:06:37.232  1256  8048 I ActivityManager: Start proc 24985:android.process.acore/u0a0 for content provider com.android.providers.contacts/.ContactsProvider2 caller=com.google.android.googlequicksearchbox
ki4070ma commented 4 years ago
adb shell am start -n com.google.android.apps.googleassistant/.AssistantActivity
ki4070ma commented 4 years ago

Responses are android.widget.TextView .

ki4070ma commented 4 years ago

Done