Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appknox/xysec_adb
A Collections android adb libraries borrowed from Chromium project
https://github.com/appknox/xysec_adb
Last synced: 1 day ago
JSON representation
A Collections android adb libraries borrowed from Chromium project
- Host: GitHub
- URL: https://github.com/appknox/xysec_adb
- Owner: appknox
- License: apache-2.0
- Created: 2015-03-11T01:48:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T21:44:08.000Z (almost 10 years ago)
- Last Synced: 2024-11-06T08:15:56.130Z (about 2 months ago)
- Language: Python
- Size: 348 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.chromium
- License: LICENSE
Awesome Lists containing this project
README
Name: Android Test runner script
URL: http://source.android.com
Version: 3.1.4
License: Apache Version 2.0
License File: NOT_SHIPPED
Security Critical: noDescription:
This package is the scripts used to run the unit test for Android and from
Android Gingerbread.Local Modifications:
1. Added |silent_log| argument to |StartInstrumentation| so that output can be
suppressed.
2. Changed error message handling in |StartInstrumentation| from |shortMsg| to
|longMsg| to provide more information when debugging.
3. Applied the patch file patch.diff to fix a race condition and subproccess
bugs in run_command.py.
4. Fixed a bug where wait_time wasn't properly respected in
_WaitForShellCommandContents.Here is the detail steps
1. Checkout Android source code$ repo init -u git://android.git.kernel.org/platform/manifest.git -b gingerbread
$ repo sync
$ cd development
$ git reset --hard 76f63551d36b1de63c63f357e5f0646ed8c306bb2. Copy the related files from
/development/testrunner/More information can be found in
http://source.android.com/source/downloading.html