aboutsummaryrefslogtreecommitdiff
path: root/eclipse
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2015-06-01 14:04:09 -0700
committerSiva Velusamy <vsiva@google.com>2015-06-01 14:04:09 -0700
commit7661392252b676392dd64cc84dfb1ee5aec97010 (patch)
tree3d11f8cfcbb6c94d96d5b37dbb2784e496ffc6d4 /eclipse
parent255cac1a6e22e45f93f34d042037507e0cd479b8 (diff)
downloadsdk-7661392252b676392dd64cc84dfb1ee5aec97010.tar.gz
21560057: Don't enable rs tag by default in systrace options.
The current tracing calls in RenderScript don't properly close tags if there is an exception after opening a tag. So we don't enable it by default. Change-Id: I518da93896e7684efae6644cd6f8de6e6ebc56bb
Diffstat (limited to 'eclipse')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/SystraceOptionsDialogV2.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/SystraceOptionsDialogV2.java b/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/SystraceOptionsDialogV2.java
index 208ff3872..a63cd07a1 100644
--- a/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/SystraceOptionsDialogV2.java
+++ b/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/SystraceOptionsDialogV2.java
@@ -50,7 +50,7 @@ public class SystraceOptionsDialogV2 extends TitleAreaDialog implements ISystrac
"Settings to use while capturing system level trace";
private static final String DEFAULT_TRACE_FNAME = "trace.html"; //$NON-NLS-1$
private static final Set<String> sCommonTags = ImmutableSet.of(
- "app", "dalvik", "gfx", "res", "rs", "sched", "view", "webview");
+ "app", "dalvik", "gfx", "res", "sched", "view", "webview");
private Text mDestinationText;
private String mDestinationPath;