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

Commit 80173453 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 am: a3eaaa94

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

Change-Id: I10f235fef407c567cc1708fd30b2587a2743e6fe
parents ad6bd9a0 a3eaaa94
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":