select_logpersist_title char limit

increase select_logpersist_title character limit to 60
increase select_logpersist_titles character limit to 26

Bug: 29313564
Change-Id: I15f000bf155f33a7d4a1cc6c5434552f43803f58
This commit is contained in:
Mark Salyzyn
2016-08-05 09:28:21 -07:00
parent a1b40f0267
commit 0e86d328d6
2 changed files with 2 additions and 2 deletions

View File

@@ -1010,7 +1010,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

@@ -3664,7 +3664,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>