|
|
|
@@ -103,7 +103,7 @@ ge::Status Analyzer::Initialize() { |
|
|
|
// Initialize file |
|
|
|
string real_path = RealPath(kFilePath.c_str()); |
|
|
|
if (real_path.empty()) { |
|
|
|
GELOGE(FAILED, "[Check][AnalyzerFilePath] File path:%s is invalid!", real_path.c_str()); |
|
|
|
GELOGE(FAILED, "[Check][AnalyzerFilePath] File path is invalid!"); |
|
|
|
return FAILED; |
|
|
|
} |
|
|
|
json_file_name_ = real_path + "/" + kAnalyzeFile; |
|
|
|
|