Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java1441 File reportMsg = FileUtil.findFile(vtsRunnerLogDir, REPORT_MESSAGE_FILE_NAME); in doRunTest() local
1442 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()