select_logpersist_title char limit

am: 41f85953c2

Change-Id: I8852b239862c1bcff1ecfc24e4554f36fd5711df
This commit is contained in:
Mark Salyzyn
2016-08-05 19:28:03 +00:00
committed by android-build-merger
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@
<item>kernel</item>
</string-array>
<!-- Titles for logpersist state selection preference. [CHAR LIMIT=14] -->
<!-- Titles for logpersist state selection preference. [CHAR LIMIT=26] -->
<string-array name="select_logpersist_titles">
<item>Off</item>
<item>All</item>

View File

@@ -442,7 +442,7 @@
<string name="dev_logpersist_clear_warning_title">Clear logger persistent storage?</string>
<!-- Warning text to user about the implications of enabling USB debugging -->
<string name="dev_logpersist_clear_warning_message">When we no longer are monitoring with the persistent logger, we are required to erase the logger data resident on your device.</string>
<!-- Title of checkbox setting to perform package verification on apps installed over USB/ADT/ADB [CHAR LIMIT=32] -->
<!-- Title of setting: title for selection of logs to store persistently [CHAR LIMIT=60] -->
<string name="select_logpersist_title">Store logger data persistently on device</string>
<!-- UI debug setting: select which logs to store persistently [CHAR LIMIT=80] -->
<string name="select_logpersist_dialog_title">Select log buffers to store persistently on device</string>