aboutsummaryrefslogtreecommitdiffstats
path: root/ddms/app/etc
Commit message (Collapse)AuthorAgeFilesLines
* SDK: Delete projects moved to tools/base or tools/swt.Raphael Moll2013-03-134-196/+0
| | | | Change-Id: Iba15f82cb00d19217382c78d8ff37dda1e97ea59
* Include guava in ddms manifestSiva Velusamy2013-02-111-1/+1
| | | | Change-Id: I71a829fa4043cfd810eaccc216f0ce442bbe0ccd
* Suggest using monitor only if it is available.Siva Velusamy2012-12-041-2/+4
| | | | | | | | This is so that users who run tools out of the Android source tree built for a particular device don't see the suggestion, since monitor is not yet built during device builds. Change-Id: I8d68a52f950f928a6a6a349bc5cf4c40b1d2e474
* Install host tools in debug mode.Ying Wang2012-11-301-1/+1
| | | | Change-Id: I25cbf7fceffb521d63f766e37b1788f8a85e6fc4
* Fix manifest for ddms.jar due to refactoring.Xavier Ducrohet2012-08-151-1/+1
| | | | Change-Id: I41a8414669ba82f6053d2f5b7d582dbf32ba6e72
* More refactoring.Xavier Ducrohet2012-08-131-1/+1
| | | | | | | Move stuff out of sdklib into common and ide_common. Remove androidprefs and move the one class into common. Change-Id: I71d126a13cf2ba413692e29616f4968a37d7b33a
* Add deprecation warnings for ddms, hierarchyviewer and traceview.Siva Velusamy2012-06-202-0/+4
| | | | Change-Id: Ib7b0ee2986d2a7273a23c2e3d6c7a0aa7afc20fb
* am c2d5ffe0: Merge changes I6708bd40,I72e28e21Tor Norbye2012-04-061-1/+1
|\ | | | | | | | | | | * commit 'c2d5ffe0b9baa1c24a62459b82bb21df08f4250b': Add support for the WindowBuilder Property Sheet Switch libraries from Eclipse 3.4 to Eclipse 3.6.2
| * Switch libraries from Eclipse 3.4 to Eclipse 3.6.2Tor Norbye2012-04-051-1/+1
| | | | | | | | | | | | This reverts commit f3d3fa912a10e20cadae813b80a66e538f77131d. Change-Id: I72e28e21db3c7f959040c1fbb9df14e4d85d0df4
* | Fix in-android-tree launch script for SWT based tools.Xavier Ducrohet2012-04-051-1/+1
|/ | | | Change-Id: If39d1d21baef72cdd2a8a0f2ced1ebbe6e02c891
* Revert "Switch libraries from Eclipse 3.4 to Eclipse 3.6.2"Tor Norbye2012-04-031-1/+1
| | | | This reverts commit b0c819f896b3c579633849e3fa674a30e6978dd7.
* Switch libraries from Eclipse 3.4 to Eclipse 3.6.2Tor Norbye2012-04-021-1/+1
| | | | | | | | | | | This updates the org.eclipse.core.command, org.eclipse.jface and org.eclipse.equinox libraries from Eclipse 3.4 to Eclipse 3.6.2. It also updates SWT from 3.4 to 3.6.2 (and this drops the Carbon support from the SwtMenuBar library since SWT 3.5 switched to Cocoa by default.) Change-Id: I7e8a6e3b8cb473f90eca3b90e3f3dc5fa5099b71
* Fix launchers for SDK tools using swtmenubar.Raphael Moll2011-05-052-5/+7
| | | | Change-Id: Iba5860db0a56ab508d1ce155d0e079ab37eb2bc9
* Use SwtMenuBar for DDMS.Raphael Moll2011-04-281-1/+1
| | | | Change-Id: I32121a336e5b3256ef1661fff5afe84741295d08
* Fix DDMS and HierarchyViewer .bat files on WindowsRaphael Moll2010-12-151-69/+72
| | | | | | | | | | | | | | | These were not setting the "bin dir" properpty correctly, and as a consequence the tools complain they can't find adb.exe. The fix is to set it to the directory of the script but to avoid spaces-in-path issues we use the "~fs" modifier to get a space-free short name for the %cd% value. And since we can't use use %cd% combined with ~fs, we use a for loop trick to set it. Note that ddms.bat was in unix end-of-line mode so I changed it back to DOS end-of-line mode. Change-Id: Ic9e55643b551898043add27c12193a0949f40bb0
* Add missing dependency in the ddms manifest.Xavier Ducrohet2010-09-291-1/+1
| | | | Change-Id: Ifdfb8bbabf2b2aadf46ce0b27dcf99ef428d1ec9
* Update ddms (all) and 'android' (linux/mac) to user explicit classpathXavier Ducrohet2010-07-263-6/+5
| | | | | | | | | | They were still using the old method of providing a jar folder through java.ext.dirs in which to look for jar files. The jar dependency is now explicit in the manifest, which allows us to target ddmlib explicitely and not ddmlib-prebuilt. Change-Id: Ic3c5708ab327a3e1fb7a7cd86fffda96e0d988dd
* 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
* Windows SDK: use find_java.bat in all batch wrappers.Raphael2010-01-261-2/+7
| | | | | | SDK Bug: 2315813 Change-Id: If026d09f927b3d0b5707dfd08e1367e4ba2da28b
* SDK: Enforce GDK_NATIVE_WINDOWS=true for linux scriptsRaphael2009-11-021-0/+4
| | | | | | SDK BUG 2232091 Change-Id: I2a000054545b7865769054d1fdc733e50f06edd5
* Make archquery use the same VM as DDMS/TraceviewXavier Ducrohet2009-09-241-11/+5
| | | | | | | | | | archquery is used to figure out whether the VM is 32 or 64 bit, but on MacOS X, it used the normal "java" command while the application was forced to use java 1.5 This could lead to cases where archquery ran in 1.6 64bit but the app in 1.5 32 bit, creating a mismatch and make the app using the wrong SWT version.
* Change scripts to support x86_64 for DDMS.Raphael2009-06-041-4/+20
|
* Change the SDK, DDMS and Traceview to work with the new SWT libraries.Xavier Ducrohet2009-06-041-24/+27
| | | | | | The SDK now contains 32 and 64 bit version of SWT. DDMS and Traceview use the archquery java app to check the architecture of the VM to decide which version of SWT should be used to run the apps.
* Use bash instead of sh because of the '[[' commandJack Palevich2009-05-281-1/+1
| | | | | The '[[' command is not guaranteed to be present in /bin/sh, and in fact is missing in stock Ubuntu 8.04
* Improve Linux 32-bit JVM detection logic.Jack Palevich2009-05-281-6/+22
| | | | | | Now we detect if the JVM we are about to run is 32-bit or not, rather than checking if the CPU is capable of executing 64-bit code or not.
* Add work-around for running DDMS on 64-bit Linux.Jack Palevich2009-05-201-0/+7
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-034-0/+141
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-034-141/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-3/+3
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-3/+3
|
* Initial ContributionThe Android Open Source Project2008-10-214-0/+141