aboutsummaryrefslogtreecommitdiffstats
path: root/hierarchyviewer
Commit message (Collapse)AuthorAgeFilesLines
* add openide-util-lookup java libHEADreplicant-6.0-0001replicant-6.0Wolfgang Wiedmeyer2016-01-281-0/+1
| | | | | | | On Debian, not all of the needed openide-util classes are in the openide-util lib, so the lookup lib has to be added Change-Id: I15ad4387a9f6d4de5c3a1cba0ffd9ff6ce0154a0 Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Support for installing SDK in C:\Program FilesScott Barta2013-08-151-7/+7
| | | | | | Properly handles spaces in installation pathname on Windows. Change-Id: I8bcfd18fddbe6d5ad70a8563e8696af2876c1d1b
* Add new command line flagsRomain Guy2013-06-141-4/+89
| | | | | | | | | --devices to list connected devices --psd to export to PSD --help --no-profiling to disable profiling Change-Id: I5fb29dfb5d62f6dc1932c15e17b8037604c2adc8
* SDK: README explaining build steps wrt the move to tools/base+swt.Raphael Moll2013-04-102-17/+8
| | | | Change-Id: If816e7b51cbea013732cda940a1875278f58458f
* Fix build.Ying Wang2013-03-141-3/+3
| | | | | | Now ddmlib is a prebuilt. Change-Id: Ic1bfb74c399a22c2a023f04aa2dc5c7ff4ae1b8d
* Build SDK using prebuilts/devtools.Raphael Moll2013-03-131-3/+3
| | | | Change-Id: I4c1979f8f07d24573b3ff7d7a1fa22d6ea87e5e3
* Use swing worker that is part of Java6Siva Velusamy2013-02-155-88/+87
| | | | | | Remove references to the org.jdesktop version Change-Id: I443ce115e950d678eaaf12eedad758bf56958f91
* Install host tools in debug mode.Ying Wang2012-11-302-2/+2
| | | | Change-Id: I25cbf7fceffb521d63f766e37b1788f8a85e6fc4
* Add flag to disable profilingRomain Guy2011-08-182-0/+15
| | | | | | Start hierarchyviewer1 with -profiling=false to disable profiling. Change-Id: Id73022e19d40090a16f850ca20c18b8a2cd59644
* Allow HV to work on user builds.Romain Guy2011-05-201-4/+6
| | | | Change-Id: If0f2a79b54abf9a9d8782827b083f10d5d2f2a7e
* hierarchyviewer can dump displaylists for selected nodes.Chet Haase2011-05-043-3/+98
| | | | | | | | In hierarchyviewer (and hierarchyviewer1): The displaylist for the selected node (if there is one) is output into logcat when the "Dump DisplayList" button is clicked. Change-Id: I1996bbd1cbe32d8bc25708453c777800385fe444
* RenamingKonstantin Lopyrev2010-08-273-1/+1
| | | | Change-Id: I10c8b1cf1be3b66fe0b7527ffb72501d8d61ebb3
* Making sure the old hierarchy viewer works with categorized properties.Konstantin Lopyrev2010-08-111-0/+5
| | | | Change-Id: Ie0406055c73881a1cc238689b05567bca09fc8b1
* Update the ddmlib api for push/pull/installXavier Ducrohet2010-07-263-0/+23
| | | | | | | | | | | | | The API now throws SyncException instead of returning SyncResult. The IDevice API to install/uninstall now returns a single InstallException that encapsulate all the other ddmlib exception. Also, the recently added exceptions now don't extend IOException anymore. Change-Id: Ib334c4157a6add1882233dfaaa032aea1910eede
* Add new exceptions to ddmlib.Xavier Ducrohet2010-07-151-4/+30
| | | | | | | | | | | | | | | | | | | | - AdbCommandRejectedException is thrown when adb doesn't respond to the command with OKAY. This used to throw a normal IOException but it can be useful to throw a different type. The message of the exception is the error string returned by adb. - ShellCommandUnresponsiveException is the new "timeout" exception for output received by shell command running on devices. This makes the distinction between timeout when talking to adb and issue with shell command not outputting anything. Also made the javadoc for the IDevice.executeShellCommand clearer to what the "timeout" (renamed to maxTimeToOutputResponse) does. Also added a better timeout to the IDevice methods to install/uninstall apps as the default 5sec timeout was likely to be too low. Current default value is 2min. Change-Id: I4ecb9498926295a4e801e71b33df5d611e8120b8
* Fix HierarchyViewer's loupe mode. It was displaying black with 2.0+ devices.Romain Guy2010-03-161-22/+105
| | | | Change-Id: I645520ec8063efd522a5fecf3b0e204e8b94056e
* Add the ability to export any window as a layered PSD file.Romain Guy2010-03-025-1/+656
|
* am 74d66e2d: am 5f225229: Merge "SDK Updater: Support post install script ↵Raphael Moll2010-01-291-1/+1
|\ | | | | | | | | | | | | | | | | for updating SDK Setup.exe." into eclair Merge commit '74d66e2d7f810028620f25c585a3f21e5ad1686b' * commit '74d66e2d7f810028620f25c585a3f21e5ad1686b': SDK Updater: Support post install script for updating SDK Setup.exe.
| * SDK Updater: Support post install script for updating SDK Setup.exe.Raphael2010-01-281-1/+1
| | | | | | | | | | | | | | | | | | The new post_tools_install.bat will be found in SDK/tools/lib. This also moves find_java.bat into the same lib folder. SDK Bug: 2404830 Change-Id: I84e3671918931079f296500e296ec1a55931b851
* | am 176573bf: am 912fa771: Merge "Windows SDK: use find_java.bat in all batch ↵Raphael Moll2010-01-281-1/+6
|\ \ | |/ | | | | | | | | | | | | | | wrappers." into eclair Merge commit '176573bfeb4c68d877a9de7f17a2ab33ddfb343f' * commit '176573bfeb4c68d877a9de7f17a2ab33ddfb343f': Windows SDK: use find_java.bat in all batch wrappers.
| * Windows SDK: use find_java.bat in all batch wrappers.Raphael2010-01-261-1/+6
| | | | | | | | | | | | SDK Bug: 2315813 Change-Id: If026d09f927b3d0b5707dfd08e1367e4ba2da28b
* | Correctly read HierarchyViewer's protocol in UTF-8.Romain Guy2009-12-171-2/+1
| | | | | | | | Bug: 1739385.
* | Handle version 3 of the View server.Romain Guy2009-12-143-8/+115
| |
* | Fixes crash in HierarchyViewer when windows hash code exceed int capacity.Romain Guy2009-12-141-1/+1
|/ | | | Bug: 2321018
* Make the ddmlib API use IDevice instead of DeviceXavier Ducrohet2009-05-158-72/+72
| | | | | Device is now private. All the API is using IDevice. Updated ddms, ADT, hierarchyviewer and other tools that relied on ddmlib.
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-113-5/+192
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-053-3/+93
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0343-0/+4577
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0343-4423/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-036-194/+42
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-026-42/+194
|
* Initial ContributionThe Android Open Source Project2008-10-2143-0/+4423