aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2012-12-19 10:22:58 -0800
committerSiva Velusamy <vsiva@google.com>2012-12-20 10:30:09 -0800
commit94e177b50dc1ad3739f563668e1f2e43a9f97f46 (patch)
tree866fe385606bf4313d7c8edfcd5141e2dc49a880 /eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml
parent346f0a1a97c621f4c0dc3c31ffbfd89c5dca36cc (diff)
downloadsdk-94e177b50dc1ad3739f563668e1f2e43a9f97f46.zip
sdk-94e177b50dc1ad3739f563668e1f2e43a9f97f46.tar.gz
sdk-94e177b50dc1ad3739f563668e1f2e43a9f97f46.tar.bz2
ddmlib: Add controls for OpenGL tracing via jdwp
Currently, applications have to be launched with gltrace enabled for OpenGL tracing to work. This patch provides the host side support for dynamically enabling/disabling tracing on running apps. At a high level, the functionality is similar to traceview: - ClientData#FEATURE_OPENGL_TRACING indicates whether the VM on the device supports this feature. - If the feature is supported, then JDWP is used to send the enable or disable messages. - Users can trigger OpenGL tracing via a toolbar item in the DDMS device view. Change-Id: Icf5e5eade74f94cf6a74ff793533f75f1853731f
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml b/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml
index 4738ba9..43d10cf 100644
--- a/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml
+++ b/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml
@@ -5,6 +5,7 @@
<extension-point id="debuggerConnector" name="%extension-point.name.Debugger_Connector" schema="schema/debuggerConnector.exsd"/>
<extension-point id="sourceRevealer" name="%extension-point.name.Source_Revealer" schema="schema/sourceRevealer.exsd"/>
<extension-point id="traceviewLauncher" name="%extension-point.name.TreeView_Laucher" schema="schema/traceviewLauncher.exsd"/>
+ <extension-point id="clientAction" name="%extension-point.name.ClientAction" schema="schema/clientAction.exsd"/>
<extension
point="org.eclipse.ui.views">