Merge changes Ic198dc44,I15f000bf

* changes:
  select_logd_size_summaries char limit
  select_logpersist_title char limit
This commit is contained in:
Mark Salyzyn
2016-08-05 17:03:05 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -971,7 +971,7 @@
<item>16777216</item>
</string-array>
<!-- Summaries for logd limit size selection preference. [CHAR LIMIT=30]-->
<!-- Summaries for logd limit size selection preference. [CHAR LIMIT=44]-->
<string-array name="select_logd_size_summaries" >
<item>Off</item>
<item>64K per log buffer</item>
@@ -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>