[Type] Enhancement
[Module] Sub
[Priority] Minor
[CQ#] // CQ Issue Number
[Redmine#] // Redmine Isuue Number
[Problem] // Problem Description
[Cause] // Cause Description
[Solution] // Solution Description
[TestCase] // Executed the test-target (How to)
if (OSChecker.isWindows()) {
String dllPath = InstallPathConfig.getSdbWinUsbApiPath();
if (!HostUtil.exists(dllPath))
+ {
prompter.notify("There is no " + dllPath + ".\n" +
"It's not mandatory but you may have problem in using sdb through USB.");
+ }
}
}
@SuppressWarnings("static-access")