summaryrefslogtreecommitdiffstats
path: root/tools/android
Commit message (Expand)AuthorAgeFilesLines
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-3/+3
* [Android] Add tools to find and remove unused Android resources.newt@chromium.org2013-04-112-0/+175
* net: move socket files from net/base to net/socketphajdan.jr@chromium.org2013-04-091-1/+1
* Android: adds strict_memcmp=0 for asanwrapper.shbulach@chromium.org2013-04-021-1/+1
* Provision Android devices after the 'device_status_check' step.sivachandra@chromium.org2013-03-291-5/+13
* Instead of reabooting the device, have the daemon restart adbd.navabi@google.com2013-03-231-2/+4
* Make daemon able to exit adb by closing all discriptors.navabi@google.com2013-03-201-0/+4
* Add gyp rules to make adb_reboot and remove rebootondisconnect gyp stuff.navabi@google.com2013-03-135-271/+46
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-062-2/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-243-3/+3
* Use _target_name instead of package_name for java*.gypicjhopman@chromium.org2013-02-201-1/+0
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-102-6/+7
* Fix android build error with gcc 4.7.2.Sungmann.Cho@gmail.com2013-01-301-0/+1
* Add a binary for android device-side rebootsilevy@chromium.org2013-01-293-0/+271
* Cleanup tools/android OWNERS, remove set noparentilevy@chromium.org2013-01-291-3/+2
* [Android] Sever findbugs dependencies on environment variables.yfriedman@chromium.org2013-01-161-11/+7
* Add dependency on Android tools to native unittests APKs targetsppi@chromium.org2012-12-181-0/+19
* Create the forwarder2 device daemon's PID file with mode = 666.pliard@chromium.org2012-12-101-1/+1
* Handle race condition in forwarder2's Daemon.pliard@chromium.org2012-11-281-12/+14
* Increase timeout in Forwarder2's daemon.cc. ...pliard@chromium.org2012-11-261-7/+8
* Use file_util::ScopedFD in forwarder2's Daemon.pliard@chromium.org2012-11-231-27/+4
* Use the new forwarder2's Daemon implementation in device_forwarder.pliard@chromium.org2012-11-236-262/+521
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-1411-11/+11
* Support HTTP test-server based net unit tests on Android.pliard@chromium.org2012-11-1213-135/+705
* Support running Android apk-based tests under ASan.eugenis@chromium.org2012-11-071-0/+9
* Added test for findbugs plugin.michaelbai@chromium.org2012-11-015-0/+101
* android: Build android_tools_common target as static_library.tfarina@chromium.org2012-11-011-1/+1
* Upstream findbugs plugin for Androidmichaelbai@google.com2012-10-309-0/+266
* Removing myself from OWNERs and WATCHLISTsatish@chromium.org2012-10-291-1/+0
* Upstream the android python scripts changes that enable the new Forwarder2 to...felipeg@chromium.org2012-10-164-13/+26
* Print 'Starting Device Forwarder' after Unix Domain Socket initialization.pliard@chromium.org2012-10-093-9/+14
* Revert 158940 - Adapt python scripts to use the new Forwarder2ilevy@chromium.org2012-09-272-18/+10
* Adapt python scripts to use the new Forwarder2felipeg@chromium.org2012-09-272-10/+18
* Add support for dynamically allocated port in Forwarder2.felipeg@chromium.org2012-09-228-40/+152
* Add HostController and main file for host forwarder.felipeg@chromium.org2012-09-135-6/+299
* Android: Avoid pushing svn directories to the device.nileshagrawal@chromium.org2012-09-131-3/+7
* Fix the error when compiling tools/android with clangmichaelbai@chromium.org2012-09-121-0/+2
* Add DeviceController and device_forwarder_main to Forwarder2.felipeg@chromium.org2012-09-124-2/+224
* Add DeviceListener and PipeNotifier to Forwarder2.felipeg@chromium.org2012-09-115-0/+340
* Add Thread and Forwarder Class to the Forwarder2.felipeg@chromium.org2012-09-115-0/+264
* Add Command class to Forwarder2.felipeg@chromium.org2012-09-113-0/+137
* Fix clang build error in forwarder2/socket.ccwangxianzhu@chromium.org2012-09-111-2/+2
* Forwarder 2 implementationfelipeg@chromium.org2012-09-077-1/+534
* Make tools/android code built with clangmichaelbai@chromium.org2012-09-074-22/+63
* Get rid of device/host clock synchronization in android_commands.py.pliard@chromium.org2012-09-042-0/+152
* Add satish/bulach to tools/android/OWNERSyfriedman@chromium.org2012-08-301-1/+2
* Remove the dependency on the STRIP env variable for Androidpeter@chromium.org2012-08-163-3/+3
* Add an activity monitor which profiles IO and CPU utilization.satish@chromium.org2012-07-172-0/+149
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-113-3/+0
* Allow dynamic device-port allocation for Android port forwarder.jknotten@chromium.org2012-05-241-2/+15