Confirmed users
44
edits
Mattwoodrow (talk | contribs) (→talos) |
Mattwoodrow (talk | contribs) (→talos) |
||
| Line 411: | Line 411: | ||
If you want to use [http://people.mozilla.com/~bmoss/SUTAgent/ SUTAgent] to communicate with the device, do something like this: | If you want to use [http://people.mozilla.com/~bmoss/SUTAgent/ SUTAgent] to communicate with the device, do something like this: | ||
remotePerfConfigurator -v -e org.mozilla.fennec --develop --activeTests tsvg --output tsvg.yml --results_url file://${PWD}/tsvg.txt --noChrome --remoteDevice <ip of your sutagent> | remotePerfConfigurator -v -e org.mozilla.fennec --develop --activeTests tsvg --output tsvg.yml --results_url file://${PWD}/tsvg.txt --noChrome --remoteDevice <ip of your sutagent> --fennecIDs <abs-path-to-objdir>/dist/fennec_ids.txt | ||
SUTAgent will not be able to read the application.ini on the device, so you will need to copy it. We highly recommend pulling the application.ini from the .apk and copying it to the talos/talos/remoteapp.ini file. | SUTAgent will not be able to read the application.ini on the device, so you will need to copy it. We highly recommend pulling the application.ini from the .apk and copying it to the talos/talos/remoteapp.ini file. | ||