diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2010-11-15 13:21:56 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2010-11-15 13:21:56 -0800 |
commit | 9629274fd1b7e36134db92ecc86dcc8e2cd361ee (patch) | |
tree | 8f68457eb9a5a5fa92c56277759172a695b1eba5 /eclipse | |
parent | 7aa052149875bf58fe9ff3990e6e01140e983afe (diff) | |
parent | 99c2a00947a64ada8bfe0fb92dd57f4af5ecfde5 (diff) | |
download | sdk-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.java | 2 |
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) ? |