summaryrefslogtreecommitdiff
path: root/logcat/resources
diff options
context:
space:
mode:
authorAlon Albert <aalbert@google.com>2022-02-24 11:35:42 -0800
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-02-28 21:51:08 +0000
commitb8a85c0df3073694c8ce7a02b0b0e4669ed20792 (patch)
tree815ff66b77bb2bb9150434327c1424f2563418cd /logcat/resources
parent5a8fb36a24c8902bfecab864a1793c513f73d922 (diff)
downloadidea-b8a85c0df3073694c8ce7a02b0b0e4669ed20792.tar.gz
Enable Logcat V2 By Default
This cl includes the following: 1. Change Logcat V2 Studio Flag default value to true. 2. Remove the code that opens Logcat in some emulator tests. It's not clear what these tests are trying to assert. Also, the test is selecting a process from the process combo box which doesn't even exist for the new logcat. 3. Remove AndroidLogcatToolWindowFixture which was only used by the tests in #2 4. Remove legacy AndroidLogcatColorPage registration from xml and register it from the tool window factory instead where it can be done conditionally. 5. Make the legacy tool window conditional. 6. Change "Logcat V2" to "Logcat". Yes, there are technically 2 tool windows with the same name now but they cannot be enabled at the same time. Test: Updated Bug: 199751372 Change-Id: I8bfcf9c457d62ce3861d8946d8c174979119e89a
Diffstat (limited to 'logcat/resources')
-rw-r--r--logcat/resources/messages/LogcatBundle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/logcat/resources/messages/LogcatBundle.properties b/logcat/resources/messages/LogcatBundle.properties
index 10a22e816b8..2a80945ef2b 100644
--- a/logcat/resources/messages/LogcatBundle.properties
+++ b/logcat/resources/messages/LogcatBundle.properties
@@ -44,14 +44,14 @@ logcat.filter.save.dialog.title=Name
logcat.filter.save.dialog.message=Save as new filter
logcat.filter.save.button.tooltip=Save filter...
-logcat.settings.title=Logcat V2
+logcat.settings.title=Logcat
logcat.settings.buffer.size=Logcat cycle buffer size:
logcat.settings.buffer.kb=\ KB
logcat.settings.buffer.warning.invalid=Invalid. Please enter an integer between 1 and {0} (1KB-{1}MB)
logcat.settings.buffer.warning.tooLarge=Warning: large buffer size can cause performance degradation
logcat.settings.enable.named.filters=Enable "Saved filters" feature (applies only to newly opened panels)
-logcat.color.page.name=Android Logcat V2
+logcat.color.page.name=Android Logcat
logcat.color.page.indicator={0} indicator
logcat.color.page.message={0} message