Searched refs:reportMsg (Results 1 – 1 of 1) sorted by relevance
1441 File reportMsg = FileUtil.findFile(vtsRunnerLogDir, REPORT_MESSAGE_FILE_NAME); in doRunTest() local1442 CLog.d("Report message path: %s", reportMsg); in doRunTest()1443 if (reportMsg == null) { in doRunTest()1445 } else if (reportMsg.length() > 0) { in doRunTest()1446 CLog.i("Uploading report message. File size: %s", reportMsg.length()); in doRunTest()1448 dashboardUtil.Upload(reportMsg.getAbsolutePath()); in doRunTest()