aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2010-11-15 13:21:56 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2010-11-15 13:21:56 -0800
commit9629274fd1b7e36134db92ecc86dcc8e2cd361ee (patch)
tree8f68457eb9a5a5fa92c56277759172a695b1eba5 /eclipse
parent7aa052149875bf58fe9ff3990e6e01140e983afe (diff)
parent99c2a00947a64ada8bfe0fb92dd57f4af5ecfde5 (diff)
downloadsdk-9629274fd1b7e36134db92ecc86dcc8e2cd361ee.zip
sdk-9629274fd1b7e36134db92ecc86dcc8e2cd361ee.tar.gz
sdk-9629274fd1b7e36134db92ecc86dcc8e2cd361ee.tar.bz2
merge from tools_r8
Change-Id: I7eb330edd8f5fdb70b54ad61e773071a46131984
Diffstat (limited to 'eclipse')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/AndroidConstants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/AndroidConstants.java b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/AndroidConstants.java
index 5c3ce0c..04abe34 100644
--- a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/AndroidConstants.java
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/AndroidConstants.java
@@ -118,7 +118,7 @@ public class AndroidConstants {
public final static String FN_TRACEVIEW =
(SdkConstants.CURRENT_PLATFORM == SdkConstants.PLATFORM_WINDOWS) ?
- "traceview.exe" : "traceview"; //$NON-NLS-1$ //$NON-NLS-2$
+ "traceview.bat" : "traceview"; //$NON-NLS-1$ //$NON-NLS-2$
public final static String FN_HPROF_CONV =
(SdkConstants.CURRENT_PLATFORM == SdkConstants.PLATFORM_WINDOWS) ?