- 07 Apr, 2014 1 commit
-
-
Jon Boekenoogen authored
Add ggrep to search Gradle files more easily. Similar to jgrep, cgrep, mgrep, etc... Change-Id: I9f0bc74560c1df4c369216eabdb9e825bcb6fe75
-
- 27 Aug, 2013 1 commit
-
-
Mathias Agopian authored
make sure we don't use a grep alias if one exists. Change-Id: Id8e394f5889d9a5f1d320ecb289c974da8f14207
-
- 20 Aug, 2013 1 commit
-
-
Jeff Brown authored
Automatically detects whether the process is native or managed and dumps the stacks accordingly. Change-Id: Ifba65279f1d1b9714b66aa6990bab05575871d28
-
- 16 Aug, 2013 1 commit
-
-
Ying Wang authored
It can be used as a goal of mm/mmm. It prints out modules' install paths, which can be used by the runtest utility. Change-Id: If113e4c990b672acbacf723104583c0157d43c3b
-
- 31 Jul, 2013 1 commit
-
-
Daniel Sandler authored
The new --exact flag for pid does an exact match on the process name, rather than grepping anywhere in the ps output, which helps target a specific process if its name is a substring of another process name. (Nothing else about pid's output, including inclusion of the ps header if it matches, is affected.) qpid ("quick pid" or "quiet pid") lists all processes in the following simplified format: <pid> <procname> It also helpfully strips off the header line from ps. With an argument, qpid will search for processes or pids matching the argument. With --exact it matches process names exactly (as does pid, above). Change-Id: I28a201df40281a66cb1a2918b7ee3a0b2d7b6ffd
-
- 23 Jul, 2013 1 commit
-
-
Guilhem IMBERTON authored
AndroidProducts.mk allows for a maxdepth of 4 in device and vendor while vendorsetup.sh and BoardConfig.mk only allow for smaller depth. Make search depth consistent for these files. Change-Id: I406770c1423d4f27fe097956a7c705a0da937e35 Signed-off-by:
Beare, Bruce J <bruce.j.beare@intel.com> Signed-off-by:
Laurent Fert <laurent.fert@intel.com> Signed-off-by:
Guilhem Imberton <guilhem.imberton@intel.com> Author: Laurent Fert <laurent.fert@intel.com>
-
- 24 Jun, 2013 1 commit
-
-
Ben Cheng authored
Example for future gdb scripts: A handy command "dbt" is added to unwind the Dalvik stack. Change-Id: I564ec865c30453879439203d9d15623d5f1ec235
-
- 20 May, 2013 1 commit
-
-
Christopher Ferris authored
One of the adb commands in runhat was not using the adbOptions and would fail if specifying a single serial device with multiple connected devices. Change-Id: I804a6fccc51090cdc78dc2af76bbc0a24d843e3d
-
- 08 May, 2013 1 commit
-
-
Alex Klyubin authored
(cherry picked from commit ba5fc8e5) Change-Id: I7840dc698c5e479e65c66cb2a3ab0405127b64ec
-
- 07 May, 2013 1 commit
-
-
Alex Klyubin authored
Change-Id: Ib86a124296ecbc2b2ce9a0323c40c85ceb6cd466
-
- 17 Apr, 2013 1 commit
-
-
Ying Wang authored
Change-Id: Ia3647674f294c42e9fbe2163bf0d70012313bb15
-
- 30 Mar, 2013 1 commit
-
-
Ying Wang authored
Change-Id: Ia3647674f294c42e9fbe2163bf0d70012313bb15
-
- 26 Mar, 2013 1 commit
-
-
Jean-Baptiste Queru authored
Change-Id: If609f66904ac560bc7a6e9ff9a43c2e039525687
-
- 09 Mar, 2013 1 commit
-
-
Michael Wright authored
Change-Id: I40574d6cdab31e920535c09d24fe8463aee57586
-
- 08 Mar, 2013 5 commits
-
-
Alex Ray authored
pez is a new bash function that can be prepended to existing functions or commands to clearly show a colored exit status. Example: $ pez mmm frameworks/base/etc will print all the usual output, and at the end either a green "SUCCESS" line or a red "FAILURE" line. Change-Id: I7e369b0280d6ece16fb0be1895278c26922491fe
-
John Michelau authored
Use gdbwrapper() for launching gdb. This can be redefined to launch one of the many gdb wrappers instead. Example: function gdbwrapper() { ddd --debugger $ANDROID_TOOLCHAIN/$GDB -x "$@" } Change-Id: I3cce8a2ca1bae6d531e2388a93cb52075b21a42c
-
Jeff Sharkey authored
(cherry picked from commit 50b61e9e) Change-Id: I1998a9d6a05176fc7fc8643c5d1c40e2dd699d4e
-
Jeff Sharkey authored
Saves any existing traces, dumps stacks from the target process, then restores the original traces. (cherry picked from commit f5824371) Change-Id: I2513f0de0d90cccd56c4949ca7d218e430439c00
-
Jeff Sharkey authored
Change-Id: I1998a9d6a05176fc7fc8643c5d1c40e2dd699d4e
-
- 20 Feb, 2013 1 commit
-
-
Jeff Sharkey authored
Saves any existing traces, dumps stacks from the target process, then restores the original traces. Change-Id: I2513f0de0d90cccd56c4949ca7d218e430439c00
-
- 09 Feb, 2013 1 commit
-
-
Ying Wang authored
augmented mm/mmm: Their usages are the same as mm/mmm. They build not only all modules in given path(s), but also their dependencies. With them, to run mm/mmm you don't need to run a full build first now: Just run mma/mmma first. Note that mma/mmma need to load all the makefiles in the source tree so they are much slower than mm/mmm. You should run mma/mmma the first time, and then mm/mmm for incremental build. Bug: 8163814 Change-Id: I554a97c0a23343b65c50870406225eb0064e0651
-
- 05 Feb, 2013 1 commit
-
-
Joe Onorato authored
It lets these shell functions work even if you have some other makefile at the root of your tree. Change-Id: Ic84688abd89cc70c062e156f1397296837fb137e
-
- 31 Jan, 2013 1 commit
-
-
Ying Wang authored
But only for unbundled build. Add it to tapas arch options. Bug: 8108463 Change-Id: I53cd63c6ab2113fee3992650b561658231ea9921
-
- 13 Dec, 2012 1 commit
-
-
Ying Wang authored
http://code.google.com/p/android/issues/detail?id=41372 Change-Id: I78e468cb5d57e51774d2e42376ef1f4b52096d33
-
- 12 Dec, 2012 1 commit
-
-
Ben Cheng authored
Change-Id: Id3689376ae4c4fc183569955b2ee98df5c069510
-
- 11 Dec, 2012 2 commits
- 27 Nov, 2012 2 commits
-
-
Ying Wang authored
So tools like adb that are built from source won't be overridden by the host system tools, when you run these tools without specifying the path. Change-Id: I2f0a288b38fabf57c7a4aa3bae5e42d7b734398d
-
Ying Wang authored
So tools like adb that are built from source won't be overridden by the host system tools, when you run these tools without specifying the path. Change-Id: I2f0a288b38fabf57c7a4aa3bae5e42d7b734398d
-
- 16 Nov, 2012 1 commit
-
-
Ben Cheng authored
In the future to upgrade the gcc version we just need to edit one line in core/config.mk. Change-Id: I01bb38c38f2388913bb7369aa4b2da480411dfbe
-
- 10 Nov, 2012 1 commit
-
-
Chris Craik authored
Improves attaching to multi-process applications, connecting to the root process if child process not specified instead of passing bad data to gdbserver Also logs error instead of passing bad data to gdbserver if pid undetermined Change-Id: I68ad62645c4f0a7a24aef02c84e3b5b84e14461e
-
- 11 Oct, 2012 1 commit
-
-
Ying Wang authored
So the returned path can match the one returned by gettop, and so we can get the correct relative path of ONE_SHOT_MAKEFILE when running mm. Change-Id: I492d68fec47e59ec9f4ea0fb5139b1a28af0f6cd
-
- 26 Sep, 2012 1 commit
-
-
Dianne Hackborn authored
Change-Id: Ia3d2aefd32579b61da72e65c78dc6053dbaaad28
-
- 27 Aug, 2012 1 commit
-
-
Chris Dearman authored
Signed-off-by:
Chris Dearman <chris@mips.com> Change-Id: Ib33ce42532cc8cedc6f48036a257a2a225c82a69
-
- 22 Aug, 2012 1 commit
-
-
Ying Wang authored
For example: $ tapas App1 App2 x86 userdebug Change-Id: I19601a93484f70dac677d2d68033684db32e1321
-
- 21 Aug, 2012 1 commit
-
-
Victoria Lease authored
Added a few new functions to envsetup.sh: - getsdcardpath() returns the sdcard path. This will be more useful when multiuser storage complicates the sdcard path. - getscreenshotpath() returns the path to screenshots - getlastscreenshot() adb pulls the most recently-taken screenshot Change-Id: I851145088344dff6f1672f0a423201f3aa3e4390
-
- 17 Aug, 2012 1 commit
-
-
Ying Wang authored
Change-Id: I0530b24179034f521dc2366588cdc906ef466750
-
- 10 Aug, 2012 1 commit
-
-
Raghu Gandham authored
Change-Id: Iba4d046e3202524b29cfe32980927f8cc0aa8496 Signed-off-by:
Chris Dearman <chris@mips.com> Signed-off-by:
Raghu Gandham <raghu@mips.com>
-
- 18 Jul, 2012 1 commit
-
-
Bruce Beare authored
The 4.4.3 TC was still being specified in one spot. Also, no need to cross-set x86/ARM variables when buliding for ARM/x86. Change-Id: Icbb0f772a983a24dc10ccab0800d4b7bbd60a099 Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com>
-
- 05 Jun, 2012 1 commit
-
-
Alon Albert authored
Build all modules: mmm dir Build a single module: mmm dir:module Build multiple modules: mmm dir:module1,module2 Or in other words: Change-Id: I2bb91205ed31fda0cb88d8e584bbae63044962a5
-