summaryrefslogtreecommitdiff
path: root/logcat/resources
diff options
context:
space:
mode:
authoraalbert <aalbert@google.com>2021-12-14 08:22:45 +0200
committerAlon Albert <aalbert@google.com>2021-12-16 07:07:42 +0000
commit064bbb77bb88b8f90abdc9bf2584e482590d6770 (patch)
tree0abdf61e10db47e56c5c833f6b819bfdbc80ed32 /logcat/resources
parent8982c337bc19749b2c08accc45880e1ad4462dcc (diff)
downloadidea-064bbb77bb88b8f90abdc9bf2584e482590d6770.tar.gz
Add a Logcat V2 Settings Page
Page is gated by a flag. Currently, contains only a buffer size setting. More settings will be added later. Bug: 191880898 Test: Added Change-Id: If8b456067673b2a828467d0884069ae2769267a5
Diffstat (limited to 'logcat/resources')
-rw-r--r--logcat/resources/messages/LogcatBundle.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/logcat/resources/messages/LogcatBundle.properties b/logcat/resources/messages/LogcatBundle.properties
index 623c1578453..7c4b05122ff 100644
--- a/logcat/resources/messages/LogcatBundle.properties
+++ b/logcat/resources/messages/LogcatBundle.properties
@@ -19,3 +19,9 @@ logcat.clear.log.description=Clears Logcat buffer on the device and the log cons
logcat.stacktrace.folding.hint= <{0} more...>
logcat.filter.project.apps= Project app only
+
+logcat.settings.title= Logcat V2
+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