Increase character limit on PSS toggle translation

This change increase the character limit on the toggle for
enabling/disabling memory usage profiling. This toggle is gated behind
developer settings and changes some device behaviors; a higher
character limit will allow for more accurate translations.

Test: N/A
Bug: 296454553
Change-Id: I129a22a4c2ebd10f09b3d3a695fdf669da00fe33
This commit is contained in:
Kevin Jeon
2023-12-29 15:58:04 -05:00
parent 946f52b2a1
commit 2f9787a0c0

View File

@@ -9484,7 +9484,7 @@
other {# apps used memory in the last {time}} other {# apps used memory in the last {time}}
}</string> }</string>
<!-- Label for toggle that enables the profiling/aggregating of memory usage [CHAR LIMIT=40]--> <!-- Label for toggle that enables the profiling/aggregating of memory usage [CHAR LIMIT=80]-->
<string name="force_enable_pss_profiling_title">Enable memory usage profiling</string> <string name="force_enable_pss_profiling_title">Enable memory usage profiling</string>
<!-- Description with an explanation of the extra resources used if profiling of memory usage is enabled [CHAR LIMIT=NONE]--> <!-- Description with an explanation of the extra resources used if profiling of memory usage is enabled [CHAR LIMIT=NONE]-->
<string name="force_enable_pss_profiling_summary">Memory usage profiling requires additional system resources.</string> <string name="force_enable_pss_profiling_summary">Memory usage profiling requires additional system resources.</string>