aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/LaunchMessages.java
AgeCommit message (Collapse)Author
2020-05-06Remove all non-Apache2 licensed files from sdkBob Badour
Remove MODULE_LICENSE_APACHE2 Repositories containing third-party code need a METADATA and a license_type. Repositories containing only first-party code no longer need a MODULE_LICENSE_* file. Remove EPL-licensed eclipse plugin and attribute_stats. Remove CC-BY-SA licensed typos files. Bug: 68860345 Bug: 69058154 Bug: 151953481 Test: treehugger Test: https://android-build.googleplex.com/builds/forrest/run/L63500000550775268 Exempt-From-Owner-Approval: janitorial work Change-Id: I5fafa76de21fb0b46c82a2c07ac048afbee3df25
2020-05-06Revert "Remove unused project."Paul Duffin
This reverts commit eaada771a6e62ca494a625ce1b060f1a94fa9877. Reason for revert: Breaks build_test and other builds Bug: 155862492 Change-Id: I1a14b84d54b05596ec250b31ae56e437cf49fd81
2020-05-05Remove unused project.Bob Badour
Remove the source and switch the OWNERS to the janitors to prevent necromancy. Test: treehugger Change-Id: I85d58aafad17c65d7d2963c99409dddf8888fb16
2012-04-18JunitLaunch: Add option to run tests based on size.Siva Velusamy
InstrumentationTestRunner allows running only tests annotated with @SmallTest, @MediumTest, or @LargeTest. This patch exposes this setting in the launch configuration dialog. Change-Id: Ica06b1731b4ec50854be40e3ee578bdfb12117eb Fixes: http://code.google.com/p/android/issues/detail?id=27569
2010-07-26Update the ddmlib api for push/pull/installXavier Ducrohet
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
2010-07-14Add support for specifying adb timeout in ddms testrunner.Brett Chabot
Also handle TimeoutException in ADT test runner. Change-Id: I585c2818f1c77ec80222bad282ae10b3ee8f5e1c
2010-03-26Change ddms testrunner to raise IOException to callers.Brett Chabot
This is to fit with design decision to make ddms a relatively dumb pipe, and have callers handle any reliability/retry scenarios. Change-Id: I454e0f37a7d50ba194f59aeba6a4ab9d9ed3ded8
2010-03-19Externalize ADT JUnit launch strings.Brett Chabot
Bug 1722668 Change-Id: I260525aaccbd6e243b43d4229ef943978f9c1cf1