Searched refs:LOG_PATH (Results 1 – 2 of 2) sorted by relevance
80 static final String LOG_PATH = "log_path"; field in VtsMultiDeviceTest1244 jsonObject.put(LOG_PATH, vtsRunnerLogDir.getAbsolutePath()); in createVtsRunnerTestConfigJsonFile()1245 CLog.d("Added %s to the Json object", LOG_PATH); in createVtsRunnerTestConfigJsonFile()
114 logPath = (String) configJson.get(VtsMultiDeviceTest.LOG_PATH); in createResult()