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

Commit 3c605400 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Settings: add logpersist kernel only selection"

parents fd021e20 338377b3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1446,7 +1446,9 @@ public class DevelopmentSettings extends SettingsPreferenceFragment
        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")) {