diff options
author | aberent@chromium.org <aberent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-17 22:07:10 +0000 |
---|---|---|
committer | aberent@chromium.org <aberent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-17 22:07:10 +0000 |
commit | 76c17933a3bd61803acb56747c799540869c15a9 (patch) | |
tree | e9bba95cd3c8b7f7ffad9ac3d7bbd8b3ce14c31f /content/shell | |
parent | 3484f7144d246da25379f34b88f1234c30999227 (diff) | |
download | chromium_src-76c17933a3bd61803acb56747c799540869c15a9.zip chromium_src-76c17933a3bd61803acb56747c799540869c15a9.tar.gz chromium_src-76c17933a3bd61803acb56747c799540869c15a9.tar.bz2 |
Support startup performance tests on Galaxy S3
The Galaxy S3's build of android is of type 'user' (as one would
expect for a production device). This prevents the use of 'adb root',
even on rooted devices, however one can root an S3 and install an
'su' command on it without changing the android build. The changes
in this commit switch to using the 'su' command in place of 'adb root'.
Since writing to a protected file using su is quite complex they
encapsulate this in a the function SetProtectedFileContents()
and make sure that all calls in the Android test framework that write
to protected files call this.
Also, allow variable wait for logcat entries. This is now needed since
other test changes mean that the 10 second default may not be adequate
in some cases.
BUG=169001,163336
Review URL: https://chromiumcodereview.appspot.com/11876021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177508 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell')
0 files changed, 0 insertions, 0 deletions