aboutsummaryrefslogtreecommitdiffstats
path: root/hierarchyviewer2
Commit message (Collapse)AuthorAgeFilesLines
* Fix HV.bat for swt layout issue.Raphael Moll2010-11-171-69/+70
| | | | | | SDK Bug 3185449 Change-Id: I88dfaeb287fdef5cf82a0bc3da286c6c4493f910
* Make the tools work with the new location of adb.Xavier Ducrohet2010-09-271-0/+11
| | | | | | | | | | | | adb has been moved to the platform-tools folder. This changes ADT, DDMS, HierarchyViewer which all care where adb is (to launch it). Also fixed the local SDK parser of the SDK Updater to find the platform-tools package. Change-Id: I3c869159d7b0e0ad9aaea06f376b7ba3e53bfc7f
* Fix max memory to be 512, not 5126Xavier Ducrohet2010-09-081-1/+1
| | | | Change-Id: Ibf1d070d89514a5faf1ed4f33f72dd6385ff534e
* DDMS now receives the adb location through an extension point.Xavier Ducrohet2010-09-032-24/+8
| | | | | | | | | | | | | | | | | | Previously DDMS received the adb location through a normal Java API which requires the other plug-in to be actually running (This was done in the the start method of ADT). The new change allows DDMS to start a plug-in (by loading an extension provided by the plug-in) to query for the location of adb. This allows us to have plug-ins with no UI able to provide the location of ADB (ie a "platform" plug-in that has no UI besides a pref page, that is started by DDMS indirectly). Also cleaned up how HierarchyViewer use the AndroidDebugBridge. Change-Id: I8e842a294eea94c06417149144a2ce435e719cfd
* Previous commit lacked this change to hierarchyviewer.Xavier Ducrohet2010-09-011-2/+1
| | | | | | This is meant to be part of the fix for MacOs X. Change-Id: Ic2090cd7806f4ae7801851aa0b3f9b8975f150af
* Fix HierarchyViewer2 to run on MacOS X correctly.Xavier Ducrohet2010-08-318-79/+76
| | | | | | | | | | This also fix the issue with the app never closing correctly (throwing an exception). Also updated the launcher script to match the new ones we use in the other Java based tools. Change-Id: I851f0732a78c6e6c072728f05e611f01eee8fc19
* Make the HierarchyViewer plug-in not screw up DDMS.Xavier Ducrohet2010-08-312-2/+50
| | | | | | | | | | | The HV plug-in behaved like the standalone app and initialized the AndroidDebugBridge with no client support (even though this init is handled by DDMS) and would recreate the bridge object destroying the one created by DDMS. This completely broke DDMS. Change-Id: Ife1187c74daef69607d508aabb1f7234507a170f
* Adding a smaller timeout to capturing nodes. This is so that it doesn't get ↵Konstantin Lopyrev2010-08-271-0/+1
| | | | | | stuck. Change-Id: Ie2fd89d74a2a044334b45ba050f2c3150f63a8e7
* Renaming and adding //$NON-NLS-?$Konstantin Lopyrev2010-08-2749-1790/+1790
| | | | Change-Id: I9f5fa1625af4b35499cfc87996d0b3a39841ba31
* Refactoring and integrating into EclipseKonstantin Lopyrev2010-08-2742-471/+1004
| | | | Change-Id: I1fd3c3828fb2474f2f7394ee2831fcd7eb675878
* Making the profiling box slightly transparentKonstantin Lopyrev2010-08-271-1/+5
| | | | Change-Id: I886a8b1c61db11d521657ec776152b07e7f9fabb
* Bug fixes and reducing timeout.Konstantin Lopyrev2010-08-273-2/+5
| | | | Change-Id: Ibfa23734679d0337aa7f6e250a621026b13a70f0
* RenamingKonstantin Lopyrev2010-08-273-1/+1
| | | | Change-Id: I10c8b1cf1be3b66fe0b7527ffb72501d8d61ebb3
* Commentary, getting rid of bad about image, and some clean-up.Konstantin Lopyrev2010-08-2713-168/+199
| | | | Change-Id: I9dad056de8e7e208f156bbedbced47dd49b61fcb
* Making the profiling stuff appear in a cool place.Konstantin Lopyrev2010-08-275-84/+356
| | | | Change-Id: Id28e1a2a01ec88210a7024e2ad115131c9e4d34e
* Creating the applicationKonstantin Lopyrev2010-08-2778-602/+4263
| | | | Change-Id: I8f2fce7328cc1d93caed1cf003f04e41204f864c
* Tweaking and moving.Konstantin Lopyrev2010-08-2735-714/+1771
| | | | Change-Id: I9906268a91c53c7b9e938b9c969cedeae2a4303a
* Adding property and profile viewers + miscKonstantin Lopyrev2010-08-1712-44/+664
| | | | Change-Id: I04b7e6045047d303b3434dc64662ffeb36c48c24
* Increasing the changes of a device connecting properly and making sure ↵Konstantin Lopyrev2010-08-179-62/+116
| | | | | | things are disposed of properly. Change-Id: Ib1190c65c8ac9795fc0b97beacd7fd102cb95abf
* Adding the new tree view.Konstantin Lopyrev2010-08-1716-100/+1293
| | | | Change-Id: I490f475fadaec5625352a49524ec8cb3a6e9b7d4
* Adding pixel perfect view, loupe and tree.Konstantin Lopyrev2010-08-1711-14/+1358
| | | | Change-Id: I9be3e9037dec5eeb240608ba8c6329fd77689bbe
* Handling adb exceptions properlyKonstantin Lopyrev2010-07-261-0/+20
| | | | Change-Id: I1209ee81adc99c232280371aa6206345e87a1094
* Merge "Device Selector code."Konstantin Lopyrev2010-07-2622-13/+1493
|\
| * Device Selector code.Konstantin Lopyrev2010-07-2322-13/+1493
| | | | | | | | Change-Id: I944315e75b72ef285bed53e5801761886f48cb24
* | Update the ddmlib api for push/pull/installXavier Ducrohet2010-07-261-0/+4
|/ | | | | | | | | | | | | 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
* First commit... Ignore *.java files, they are there just so it builds.Konstantin Lopyrev2010-07-1622-0/+462
Change-Id: Ibf159c32cee7a770f1c36f387fe646d9ecabe168