aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.properties
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.properties
parent346f0a1a97c621f4c0dc3c31ffbfd89c5dca36cc (diff)
downloadsdk-94e177b50dc1ad3739f563668e1f2e43a9f97f46.tar.gz
sdk-94e177b50dc1ad3739f563668e1f2e43a9f97f46.tar.bz2
sdk-94e177b50dc1ad3739f563668e1f2e43a9f97f46.zip
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.properties')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.ddms/plugin.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.properties b/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.properties
index f4eb2b0b5..05936797e 100644
--- a/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.properties
+++ b/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.properties
@@ -17,4 +17,5 @@ page.name.LogCat = LogCat
extension-point.name.Tools_Locator = Tools Locator
extension-point.name.Debugger_Connector = Debugger Connector
extension-point.name.Source_Revealer = Source Revealer
-extension-point.name.TreeView_Laucher = TraceView Launcher \ No newline at end of file
+extension-point.name.TreeView_Laucher = TraceView Launcher
+extension-point.name.ClientAction = Client Specific Actions \ No newline at end of file