Merge \"Settings: add logpersist kernel only selection\"
am: 3c60540078
Change-Id: Ieefd7e08368174f735b8491f8f01847906e1fd3b
This commit is contained in:
@@ -1565,7 +1565,9 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
|
|||||||
int index = 0;
|
int index = 0;
|
||||||
if (currentValue.equals(SELECT_LOGPERSIST_PROPERTY_SERVICE)) {
|
if (currentValue.equals(SELECT_LOGPERSIST_PROPERTY_SERVICE)) {
|
||||||
index = 1;
|
index = 1;
|
||||||
if (!currentBuffers.equals("all") &&
|
if (currentBuffers.equals("kernel")) {
|
||||||
|
index = 3;
|
||||||
|
} else if (!currentBuffers.equals("all") &&
|
||||||
!currentBuffers.contains("radio") &&
|
!currentBuffers.contains("radio") &&
|
||||||
currentBuffers.contains("security") &&
|
currentBuffers.contains("security") &&
|
||||||
currentBuffers.contains("kernel")) {
|
currentBuffers.contains("kernel")) {
|
||||||
|
Reference in New Issue
Block a user