Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
LICENSE | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
OWNERS | D | 03-May-2024 | 41 | 3 | 2 | |
README.chromium | D | 03-May-2024 | 1,018 | 33 | 26 | |
adb_interface.py | D | 03-May-2024 | 18.5 KiB | 514 | 400 | |
am_instrument_parser.py | D | 03-May-2024 | 5.5 KiB | 170 | 123 | |
errors.py | D | 03-May-2024 | 1.3 KiB | 47 | 16 | |
logger.py | D | 03-May-2024 | 2.4 KiB | 97 | 64 | |
patch.diff | D | 03-May-2024 | 2.8 KiB | 105 | 100 | |
run_command.py | D | 03-May-2024 | 5.6 KiB | 193 | 147 |
README.chromium
1Name: Android Test runner script 2URL: http://source.android.com 3Version: 3.1.4 4License: Apache Version 2.0 5License File: NOT_SHIPPED 6Security Critical: no 7 8Description: 9This package is the scripts used to run the unit test for Android and from 10Android Gingerbread. 11 12Local Modifications: 131. Added |silent_log| argument to |StartInstrumentation| so that output can be 14 suppressed. 152. Changed error message handling in |StartInstrumentation| from |shortMsg| to 16 |longMsg| to provide more information when debugging. 173. Applied the patch file patch.diff to fix a race condition and subproccess 18 bugs in run_command.py. 19 20Here is the detail steps 211. Checkout Android source code 22 23$ repo init -u git://android.git.kernel.org/platform/manifest.git -b gingerbread 24$ repo sync 25$ cd development 26$ git reset --hard 76f63551d36b1de63c63f357e5f0646ed8c306bb 27 282. Copy the related files from 29 <android_gingerbread_tree>/development/testrunner/ 30 31More information can be found in 32http://source.android.com/source/downloading.html 33