aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2011-08-16 14:42:00 -0700
committerSiva Velusamy <vsiva@google.com>2011-08-17 09:59:32 -0700
commit4106ac0477c4bfe2bed77e4709afe2f611bf1916 (patch)
tree30fcedb5111cb379170e8f6fe07109168bb82961 /eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml
parent5df388a416acc64195e651080f7584c6fc3c6bee (diff)
downloadsdk-4106ac0477c4bfe2bed77e4709afe2f611bf1916.zip
sdk-4106ac0477c4bfe2bed77e4709afe2f611bf1916.tar.gz
sdk-4106ac0477c4bfe2bed77e4709afe2f611bf1916.tar.bz2
Add new logcat view to Eclipse.
The existing logcat view has been renamed to OldLogCatView. It is still accessible from the Views menu with the title: "LogCat (deprecated)". The new view is the default. The only missing feature compared to the old view is the lack of double click handler. Subsequent CL's add this feature. Change-Id: If8ce594539f3f82c0c47ebb2d46159d6feed5a21
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml9
1 files changed, 9 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 805a952..bd35df0 100644
--- a/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml
+++ b/eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml
@@ -20,6 +20,15 @@
id="com.android.ide.eclipse.ddms.views.DeviceView"
name="%view.name.Devices">
</view>
+ <!-- Deprecate the old logcat view. It should be removed entirely
+ after the preview release -->
+ <view
+ allowMultiple="false"
+ category="com.android.ide.eclipse.ddms.views.category"
+ class="com.android.ide.eclipse.ddms.views.OldLogCatView"
+ icon="icons/android.png"
+ id="com.android.ide.eclipse.ddms.views.OldLogCatView"
+ name="LogCat (deprecated)"/>
<view
allowMultiple="false"
category="com.android.ide.eclipse.ddms.views.category"