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

Commit 364322a8 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge \\"Settings: add logpersist kernel only selection\\" am: 3c605400

am: bd900c98

Change-Id: I4fea0151e3bf5fb9d0ee14a333eac4ddaa16c5f3
parents f8da6eca bd900c98
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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")) {