logd: Add Developer settings for size
- Dependent on some logd/init/selinux security changes. Bug: 14563261 Change-Id: I11e3aa97a0ba40c3f55041d98c02d7e73629e984
This commit is contained in:
@@ -891,6 +891,33 @@
|
||||
<item>Use ART debug build</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Titles for logd limit size selection preference. [CHAR LIMIT=14] -->
|
||||
<string-array name="select_logd_size_titles">
|
||||
<item>64K</item>
|
||||
<item>256K</item>
|
||||
<item>1M</item>
|
||||
<item>4M</item>
|
||||
<item>16M</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Values for logd limit size selection preference. -->
|
||||
<string-array name="select_logd_size_values" translatable="false" >
|
||||
<item>65536</item>
|
||||
<item>262144</item>
|
||||
<item>1048576</item>
|
||||
<item>4194304</item>
|
||||
<item>16777216</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Summaries for logd limit size selection preference. [CHAR LIMIT=19]-->
|
||||
<string-array name="select_logd_size_summaries" >
|
||||
<item>64K per log buffer</item>
|
||||
<item>256K per log buffer</item>
|
||||
<item>1M per log buffer</item>
|
||||
<item>4M per log buffer</item>
|
||||
<item>16M per log buffer</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Titles for HDCP checking preference. [CHAR LIMIT=35] -->
|
||||
<string-array name="hdcp_checking_titles">
|
||||
<item>Never check</item>
|
||||
|
@@ -3166,6 +3166,10 @@
|
||||
<string name="wifi_display_certification">Wireless display certification</string>
|
||||
<!-- setting Checkbox summary whether to show options for wireless display certification -->
|
||||
<string name="wifi_display_certification_summary">Show options for wireless display certification</string>
|
||||
<!-- UI debug setting: limit size of Android logger buffers -->
|
||||
<string name="select_logd_size_title">Logger buffer sizes</string>
|
||||
<!-- UI debug setting: limit size of Android logger buffers [CHAR LIMIT=34] -->
|
||||
<string name="select_logd_size_dialog_title">Select Logger sizes per log buffer</string>
|
||||
<!-- Setting Checkbox title whether to allow mock locations -->
|
||||
<string name="allow_mock_location">Allow mock locations</string>
|
||||
<!-- setting Checkbox summary whether to allow mock locations -->
|
||||
|
Reference in New Issue
Block a user