Home
last modified time | relevance | path

Searched refs:errorInfo (Results 1 – 2 of 2) sorted by relevance

/ide/tools/previewer/util/
DCommandParser.cpp122 ELOG(errorInfo.c_str()); in IsCommandValid()
272 errorInfo = "Launch -p parameters is not match regex."; in IsDebugPortValid()
277 errorInfo = in IsDebugPortValid()
290 errorInfo = string("No app path specified."); in IsAppPathValid()
296 errorInfo = string("Js app path not exist."); in IsAppPathValid()
308 errorInfo = "Launch -n parameters is not match regex."; in IsAppNameValid()
313 errorInfo = string("Js app name it too long, max: " + to_string(MAX_NAME_LENGTH) + "."); in IsAppNameValid()
338 errorInfo = string("Origin resolution and compress resolution must be setted."); in IsResolutionValid()
346 errorInfo = "Launch -hs parameters is not match regex."; in IsJsHeapValid()
351 errorInfo = string("JS heap size out of range: " + to_string(MIN_JSHEAPSIZE) + "-" + in IsJsHeapValid()
[all …]
DCommandParser.h63 std::string errorInfo; variable