summaryrefslogtreecommitdiff
path: root/logcat/resources
diff options
context:
space:
mode:
authorAlon Albert <aalbert@google.com>2021-10-01 12:14:57 -0700
committerTreeHugger Robot <treehugger-gerrit@google.com>2021-10-06 17:56:40 +0000
commit4f9abba0f01be864739e186b46cd6171656221f3 (patch)
tree7705da3bac245673030e7ebc6ea94121c14ee74b /logcat/resources
parent8f98d12030ce891d9ad539ccdfc77c705369325b (diff)
downloadidea-4f9abba0f01be864739e186b46cd6171656221f3.tar.gz
Add a Format Options Dialog
Bug: 191880898 Test: Added Change-Id: I9e39bdf64d312279286f167bc50ac6adce053810
Diffstat (limited to 'logcat/resources')
-rw-r--r--logcat/resources/messages/LogcatBundle.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/logcat/resources/messages/LogcatBundle.properties b/logcat/resources/messages/LogcatBundle.properties
index e69de29bb2d..fe389f8ceb4 100644
--- a/logcat/resources/messages/LogcatBundle.properties
+++ b/logcat/resources/messages/LogcatBundle.properties
@@ -0,0 +1,12 @@
+logcat.header.options.title=Header Format
+logcat.header.options.description=Configure header formatting options
+logcat.header.options.show.timestamp=Show timestamp
+logcat.header.options.show.date=Show date
+logcat.header.options.show.tid=Show thread id
+logcat.header.options.show.pids=Show process ids
+logcat.header.options.hide.duplicate.tags=Hide duplicate tags
+logcat.header.options.show.tag=Show tag
+logcat.header.options.tag.width=Tag width:
+logcat.header.options.appname.width=Package name width:
+logcat.header.options.show.appname=Show package name
+logcat.header.options.hide.duplicate.appnames=Hide duplicate package names \ No newline at end of file