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