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

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

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

Merge "Fix NullPointer Exception in testharness command" am: 881c4ad3 am: 079af6fd am: 11dd83b8

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

Change-Id: Ia926b06460f0333f74c5f6c732587793c629243d
parents 47b04e74 11dd83b8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -284,6 +284,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":