Merge changes from topic "remote_provisioning_diagnostics" am: 696dce6c81 am: b8f747cde8
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2550990 Change-Id: Id7da30e573322df23ae8dc5e045a95ffd98ef3ec Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -134,7 +134,9 @@ class RemoteProvisioningShellCommand extends ShellCommand {
|
||||
pw.println("supportedEekCurve=" + info.supportedEekCurve);
|
||||
}
|
||||
pw.println("uniqueId=" + info.uniqueId);
|
||||
pw.println("supportedNumKeysInCsr=" + info.supportedNumKeysInCsr);
|
||||
if (info.versionNumber >= 3) {
|
||||
pw.println("supportedNumKeysInCsr=" + info.supportedNumKeysInCsr);
|
||||
}
|
||||
}
|
||||
|
||||
private int list() throws RemoteException {
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user