Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 682c2ede authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Gerrit Code Review
Browse files

Merge changes Ic198dc44,I15f000bf

* changes:
  select_logd_size_summaries char limit
  select_logpersist_title char limit
parents a1b40f02 f0b844ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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>