Mobile/Fennec/Android: Difference between revisions

Jump to navigation Jump to search
Line 401: Line 401:
Configure a talos profile. You can do this via adb or [http://people.mozilla.com/~bmoss/SUTAgent/ SUTAgent] - if you want to use adb make sure you have rooted your device such that "adb shell" goes directly into a root shell. If you want to use adb to communicate with the device remotely, do something like this:
Configure a talos profile. You can do this via adb or [http://people.mozilla.com/~bmoss/SUTAgent/ SUTAgent] - if you want to use adb make sure you have rooted your device such that "adb shell" goes directly into a root shell. If you want to use adb to communicate with the device remotely, do something like this:


   remotePerfConfigurator -v -e org.mozilla.fennec --develop --activeTests tsvg --output tsvg.yml --results_url file://${PWD}/tsvg.txt --noChrome --remotePort -1  
   remotePerfConfigurator -v -e org.mozilla.fennec \
                        --develop \
                        --activeTests tprovider \
                        --output trobo.yml \
                        --remotePort -1 \
                        --remoteDevice 1.2.3.4


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:
64

edits

Navigation menu