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

Commit 41f85953 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

select_logpersist_title char limit

(cherry pick from commit 0e86d328d67658d49cb3153356e92092c873927f)

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

Bug: 29313564
Change-Id: I15f000bf155f33a7d4a1cc6c5434552f43803f58
parent c548ff23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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>