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

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

Merge changes from topic "remote_provisioning_diagnostics" am: 696dce6c

parents 6df77a2f 696dce6c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -134,8 +134,10 @@ class RemoteProvisioningShellCommand extends ShellCommand {
            pw.println("supportedEekCurve=" + info.supportedEekCurve);
        }
        pw.println("uniqueId=" + info.uniqueId);
        if (info.versionNumber >= 3) {
            pw.println("supportedNumKeysInCsr=" + info.supportedNumKeysInCsr);
        }
    }

    private int list() throws RemoteException {
        for (String name : mInjector.getIrpcNames()) {
@@ -153,7 +155,7 @@ class RemoteProvisioningShellCommand extends ShellCommand {
                    challenge = Base64.getDecoder().decode(getNextArgRequired());
                    break;
                default:
                    getErrPrintWriter().println("error: unknown option");
                    getErrPrintWriter().println("error: unknown option " + opt);
                    return ERROR;
            }
        }