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

Commit 079af6fd authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix NullPointer Exception in testharness command" am: 881c4ad3

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1674567

Change-Id: I88cbc7392fcdfc8dcdac005ae636d3ada57c28c5
parents ab258666 881c4ad3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -286,6 +286,9 @@ public class TestHarnessModeService extends SystemService {
    private class TestHarnessModeShellCommand extends ShellCommand {
        @Override
        public int onCommand(String cmd) {
            if (cmd == null) {
                return handleDefaultCommands(cmd);
            }
            switch (cmd) {
                case "enable":
                case "restore":