summaryrefslogtreecommitdiffstats
path: root/tools/android
Commit message (Expand)AuthorAgeFilesLines
* Removes bulach@ from OWNERS.bulach@chromium.org2014-06-271-1/+0
* [Android] Switch KillAll, StartActivity, and BroadcastIntent to DeviceUtils.jbudorick@chromium.org2014-06-253-14/+17
* Telemetry: Set scaling governor on all cpus (on all devices)epenner@chromium.org2014-06-201-2/+2
* [Android] Switch to DeviceUtils version of RunShellCommand.jbudorick@chromium.org2014-06-162-4/+3
* Make perf work in adb_profile_chrome when JSON converter isn't presentskyostil@chromium.org2014-06-134-1/+24
* Move adb_profile_chrome under tools/android/skyostil@chromium.org2014-06-1318-0/+1139
* Revert 276779 "Move adb_profile_chrome under tools/android/"rouslan@chromium.org2014-06-1218-1137/+0
* Move adb_profile_chrome under tools/android/skyostil@chromium.org2014-06-1218-0/+1137
* Remove myself from OWNERS files.pliard@chromium.org2014-06-081-1/+0
* [Android] Convert to DeviceUtils versions of IsOnline, HasRoot, and EnableRoot.jbudorick@chromium.org2014-05-171-1/+8
* [Android] Build android tools as PIE and add a wrapper for ICSprimiano@chromium.org2014-05-148-65/+118
* Remove deprecated Android memreport profiler.pliard@chromium.org2014-04-301-278/+0
* [Android] Change object types from AndroidCommands to DeviceUtils everywhere ...jbudorick@chromium.org2014-04-292-10/+10
* Use ASan Android runtime library from third_party/llvm-build.eugenis@chromium.org2014-04-241-0/+0
* Ensure adb is in path in adb_remote_setup.sh.newt@chromium.org2014-04-181-0/+6
* Fix type conversion issues for Android x64zhenyu.liang@intel.com2014-03-281-1/+1
* Add HANDLE_EINTR in some places missing it.brettw@chromium.org2014-03-271-3/+4
* Remove X11 and GTK dependencies from host_forwarderzhenyu.liang@intel.com2014-03-191-4/+0
* Move CommandLine to base namespace.brettw@chromium.org2014-03-171-2/+4
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-171-13/+10
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-151-10/+13
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-141-13/+10
* Revert "Revert 256769 "Add a script for configuring adb for working remo...""newt@chromium.org2014-03-141-0/+76
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-141-10/+13
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-141-13/+10
* Revert 256769 "Add a script for configuring adb for working remo..."kinuko@chromium.org2014-03-131-72/+0
* Add a script for configuring adb for working remotely.newt@chromium.org2014-03-131-0/+72
* Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 onlywangxianzhu@chromium.org2014-03-101-2/+0
* Optimize execution time of the memdump toolhyunki.baik@samsung.com2014-02-271-2/+9
* Add new error messages to socket.cc in forwarder2.pliard@chromium.org2014-02-251-1/+4
* Update ASAn/Android runtime and enable stack overflow detection.eugenis@chromium.org2014-02-201-0/+0
* Hide X11 dependencies when use_x11=0.kalyan.kondapally@intel.com2014-02-191-3/+2
* [Android] strip memdump and ps_ext tools.primiano@chromium.org2014-02-112-2/+44
* Create tool that will asynchronously poll file content.qsr@chromium.org2014-02-113-0/+239
* [Android] Fix ps_ext tool uptime reporting and output format.primiano@chromium.org2014-02-101-13/+16
* [Android] Add ps_ext tool for tools-friendly cpu/mem/proc stats.primiano@chromium.org2014-02-073-0/+224
* Update ASan/Android runtime and setup script to LLVM r200682.eugenis@chromium.org2014-02-052-2/+2
* forwarder2: Make the Forwarder instances operate on a single thread.pliard@chromium.org2014-01-298-211/+175
* Update asan_device_setup script to LLVM r200382.eugenis@chromium.org2014-01-291-10/+42
* Switch to the "new" way of ASan deployment on Android devices.eugenis@chromium.org2014-01-243-9/+162
* [telemetry] bitmaptools as a standalone executableszym@chromium.org2014-01-221-0/+1
* Make HostController/DeviceListener deletion fully synchronous.pliard@chromium.org2014-01-2012-115/+308
* Add error messages in Daemon::Kill().pliard@chromium.org2014-01-171-3/+7
* Revert "Revert 235213 "android: forwader2: Simplify Forwarder implementa...""pliard@chromium.org2014-01-164-82/+191
* Fix double free in DeviceController (forwarder2).pliard@chromium.org2014-01-101-4/+5
* Update Java checkstyle naming convention for static final fields.newt@chromium.org2014-01-071-1/+2
* Remove unnecessary #includehyunki.baik@samsung.com2013-12-181-2/+0
* Adding Java style presubmit check.aurimas@chromium.org2013-12-101-0/+59
* Enable PRESUMIT checks for ModifierOrder, ImportOrder and Trailing Whitespace.aurimas@google.com2013-12-031-5/+10
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-036-8/+7