Bug 1640638 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I'm adding a perf test that measures the time from process start to the Fenix Home Activity.

However when launching Fenix through perftest and Browsertime, `geckodriver::marionette` is unable to connect to the android browser:

```
1590090505886	mozdevice	DEBUG	execute_host_command: >> "shell:am start -W -n org.mozilla.fennec_aurora/org.mozilla.fenix.HomeActivity --es args -marionette\\ -profile\\ /mnt/sdcard/org.mozilla.fennec_aurora-geckodriver-profile"
1590090507432	mozdevice	DEBUG	execute_host_command: << "Starting: Intent { cmp=org.mozilla.fennec_aurora/org.mozilla.fenix.HomeActivity (has extras) }\nStatus: ok\nActivity: org.mozilla.fennec_aurora/org.mozilla.fenix.HomeActivity\nThisTime: 1450\nTotalTime: 1450\nWaitTime: 1492\nComplete\n"
1590090507433	geckodriver::marionette	DEBUG	Waiting 60s to connect to browser on 127.0.0.1:61768
```
I'm adding a perf test that measures the time from process start to the Fenix Home Activity.

However when launching Fenix through perftest and Browsertime, `geckodriver::marionette` connects to the android browser, however it does not proceed from there.

```
1590090505886	mozdevice	DEBUG	execute_host_command: >> "shell:am start -W -n org.mozilla.fennec_aurora/org.mozilla.fenix.HomeActivity --es args -marionette\\ -profile\\ /mnt/sdcard/org.mozilla.fennec_aurora-geckodriver-profile"
1590090507432	mozdevice	DEBUG	execute_host_command: << "Starting: Intent { cmp=org.mozilla.fennec_aurora/org.mozilla.fenix.HomeActivity (has extras) }\nStatus: ok\nActivity: org.mozilla.fennec_aurora/org.mozilla.fenix.HomeActivity\nThisTime: 1450\nTotalTime: 1450\nWaitTime: 1492\nComplete\n"
1590090507433	geckodriver::marionette	DEBUG	Waiting 60s to connect to browser on 127.0.0.1:61768
1590414392230	geckodriver::marionette	DEBUG	Connection to Marionette established on 127.0.0.1:61794.
```
And on the adb side:
```
05-25 09:46:31.759  8382  8417 I Gecko   : 1590414391759	Marionette	DEBUG	Accepted connection 0 from 127.0.0.1:37168
```

Back to Bug 1640638 Comment 0