aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2012-02-21 17:10:11 -0800
committerSiva Velusamy <vsiva@google.com>2012-02-21 17:11:38 -0800
commit694bd732f6efcecc6a2cdfe2eb4a39e1a8db2e55 (patch)
tree3925925421edbd329fd6ba71337288f4618fa2cb /eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml
parent44c6542d04e2eb9b6c2c33f7ca4074d5bab9c5db (diff)
downloadsdk-694bd732f6efcecc6a2cdfe2eb4a39e1a8db2e55.zip
sdk-694bd732f6efcecc6a2cdfe2eb4a39e1a8db2e55.tar.gz
sdk-694bd732f6efcecc6a2cdfe2eb4a39e1a8db2e55.tar.bz2
ddms: Add Network Stats View
Change-Id: I89bf6b84a2ef2ed9a876eec41fae9a974ba93137
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml8
1 files changed, 8 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 1255b62..c1d43ae 100644
--- a/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml
+++ b/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml
@@ -79,6 +79,14 @@
icon="icons/heap.png"
id="com.android.ide.eclipse.ddms.views.AllocTrackerView"
name="%view.name.Allocation_Tracker"/>
+ <view
+ category="com.android.ide.eclipse.ddms.views.category"
+ class="com.android.ide.eclipse.ddms.views.NetworkStatisticsView"
+ icon="icons/networkstats.png"
+ id="com.android.ide.eclipse.ddms.views.NetworkStatsView"
+ name="%view.name.Network_Stats"
+ restorable="true">
+ </view>
</extension>
<extension
point="org.eclipse.ui.perspectives">